> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tikk.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Tikk documentation

> Everything you need to set up your booking page, sync calendars, collect payments and use the Tikk API.

Tikk is a free scheduling platform. Publish a booking page, take paid bookings and prevent double bookings across every calendar. Live in under two minutes.

These docs cover the product and the REST API.

<CardGroup cols={2}>
  <Card title="Quick start" icon="rocket" href="/quickstart">
    Get your booking page live in minutes.
  </Card>

  <Card title="Core concepts" icon="book" href="/concepts/booking-page">
    How booking pages, services and availability work.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Pull Tikk data into your apps with the REST API.
  </Card>

  <Card title="Embed widget" icon="puzzle-piece" href="/embed">
    Add a booking widget to any site with one script tag.
  </Card>
</CardGroup>

## How Tikk works

<Steps>
  <Step title="Create your booking page">
    Sign up, claim `tikk.chat/yourname` and set your availability, durations and prices.
  </Step>

  <Step title="Connect your calendars">
    Sync Google Calendar, Outlook, Apple iCloud or any iCal feed. Tikk reads all of them so visitors only see slots when you're actually free.
  </Step>

  <Step title="Someone books you">
    Visitors pick a slot and fill in their details. Auto-confirm or review each request before it hits your calendar.
  </Step>

  <Step title="Meet and get paid">
    A Google Meet, Teams or Jitsi link is created automatically. Payments go straight to your account with 0% transaction fees on Pro.
  </Step>
</Steps>

## Explore by section

<CardGroup cols={3}>
  <Card title="Calendar sync" icon="calendar" href="/guides/calendar-sync">
    Connect Google, Outlook, iCloud and iCal.
  </Card>

  <Card title="Payments" icon="credit-card" href="/guides/payments">
    Collect payments at booking.
  </Card>

  <Card title="Manual approval" icon="check" href="/guides/manual-approval">
    Review every request before accepting.
  </Card>

  <Card title="Group bookings" icon="users" href="/guides/group-bookings">
    Workshops and group sessions with seat caps.
  </Card>

  <Card title="Plans and billing" icon="tag" href="/billing/plans">
    Free forever, with optional Pro upgrades.
  </Card>

  <Card title="API authentication" icon="key" href="/api-reference/authentication">
    API keys and OAuth for integrations.
  </Card>
</CardGroup>
