* docs: booking window rolling description * docs: v2 auth and navigating endpoints * Update apps/api/v2/swagger/documentation.json * Update docs/api-reference/v2/introduction.mdx * Update docs/api-reference/v2/introduction.mdx * Update docs/api-reference/v2/introduction.mdx * docs: refresh and force-refresh endpoints * docs: booking fields and toasts guides * fix docs * fix: bookings docs * docs: booking-redirects usebooking * Update booking-fields.mdx * Update booking-fields.mdx * Update booking-fields.mdx * Update booking-window.input.ts * Update replacing-toasts.mdx --------- Co-authored-by: Keith Williams <keithwillcode@gmail.com> Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com>
27 lines
968 B
Plaintext
27 lines
968 B
Plaintext
---
|
|
title: Introduction
|
|
icon: "presentation-screen"
|
|
---
|
|
|
|
<img src="/images/Platform_banner.png" width="800" height="800" />
|
|
|
|
<a href="https://app.cal.com/signup?redirect=https://app.cal.com/settings/platform/new" heading="">
|
|
Get started
|
|
</a>
|
|
|
|
<CardGroup cols={2}>
|
|
<Card href="/platform/atoms" title="Atoms" icon="rocket">
|
|
Customizable UI components handling scheduling on behalf of your users
|
|
</Card>
|
|
<Card href="/platform/guides" title="Guides" icon="book">
|
|
Learn how to create specific things
|
|
</Card>
|
|
<Card href="/api-reference/v2" title="API" icon="code">
|
|
Learn how to use Cal.com's API to CRUD various Cal resources programmatically
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Welcome to the Platform Documentation!
|
|
|
|
Platform is the best choice for starting a scheduling business. You can white-label the design or change every line of code to make it work for you. It consists of our newly created set of APIs and plug and play UI components called atoms.
|