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

# PLEC Developer Docs

> Everything you need to build on PLEC: guides, local dev setup, and the API reference (dry-run friendly).

## Welcome

This is the home for PLEC engineering + integration docs — from local setup to API usage and common workflows.

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get running locally in minutes.
  </Card>

  <Card title="Local development" icon="laptop-code" href="/development">
    Environment variables, running services, and debugging tips.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/introduction">
    Explore endpoints and try requests in the playground.
  </Card>

  <Card title="Integrations" icon="plug" href="/api-reference/introduction">
    Stripe + Google flows, webhooks, and testing notes.
  </Card>
</Columns>

## Common workflows

<Columns cols={2}>
  <Card title="Auth & sessions" icon="key" href="/api-reference/auth/get-authme">
    How to authenticate and verify your user/session.
  </Card>

  <Card title="Bookings" icon="calendar-check" href="/api-reference/bookings/post-bookingscreate">
    Create and manage bookings, approvals, and payments.
  </Card>

  <Card title="Listings" icon="store" href="/api-reference/listings/post-venuesonboard">
    Draft, onboard, publish, and manage venues/services.
  </Card>

  <Card title="Payments & payouts" icon="credit-card" href="/api-reference/stripe/get-stripeaccount-status">
    Account status, onboarding, payouts, and payment flows.
  </Card>
</Columns>

## Writing docs (for contributors)

<Columns cols={2}>
  <Card title="Writing with MDX" icon="pen-fancy" href="/essentials/markdown">
    Structure pages, add callouts, and embed components.
  </Card>

  <Card title="Code examples" icon="code" href="/essentials/code">
    Share copy-paste snippets with syntax highlighting.
  </Card>

  <Card title="Images & media" icon="image" href="/essentials/images">
    Add diagrams, screenshots, and walkthroughs.
  </Card>

  <Card title="Navigation" icon="map" href="/essentials/navigation">
    Keep the docs organized and easy to scan.
  </Card>
</Columns>
