docs/introduction.mdx
import { Button } from "@components/uicomp/button" import { PlainCard } from "@components/common-alt/plaincard" import { Discord } from "@components/icons-alt/discord" import { GitHub } from "@components/icons-alt/github" import { Twitter } from "@components/icons-alt/twitter" import config from "@project-config"
<div className="grid grid-cols-1 sm:grid-cols-3 gap-8 mt-12"> <div> ## Quick startFeeling like an eager beaver? Jump in to the quick start docs and get making your first request:
<div className="flex">
<Button size="smb" variant="pill" href="/docs/introduction/quick-start">
Get started
</Button>
</div>
If you would like to get right into exploring our core features which are available to you for free, you can head straight to our Core Features section:
<div className="flex">
<Button size="smb" variant="pill" href="/docs/core-features/event-types">
Explore
</Button>
</div>
Cal.com offers a variety of premium features which can be accessed through acquiring the enterprise license. To get an idea of what you get in return for the enterprise license, you can head to our Enterprise Features section:
<div className="flex">
<Button size="smb" variant="pill" href="/docs/enterprise-features/teams">
Explore
</Button>
</div>
The Cal.com API is a REST-styled API that gives full control over the entire Cal.com platform by providing all the resources available to our customers, exposed as simple HTTP endpoints. The Cal.com API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:
<Button size="smb" variant="pill" href="/docs/enterprise-features/api/api-reference">API Reference →</Button>