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

# Get started as a developer

> The pages to read first if you're integrating with the Get2Dial API — provisioning data or reacting to events.

You're building against the Get2Dial API — provisioning data, reacting to events, or both.

## Start here

1. **[Developers overview](/developers/overview)** — what the API covers and how it's
   shaped.
2. **[Authenticate](/developers/authentication)** — API keys, scopes, and how they relate to
   the capability model.
3. **[Make your first API request](/developers/make-your-first-request)** — a real,
   authenticated request in about a minute.
4. **[Webhooks overview](/developers/webhooks/overview)** — if you need to react to events in
   real time instead of polling.
5. **[Sync CDRs to your warehouse](/developers/recipes/sync-cdrs-to-your-warehouse)** — a
   complete, working example to build from.

## When you need it

* **[Errors](/developers/errors)** and **[Rate limits](/developers/rate-limits)** — before
  you write retry logic.
* **[Testing without a sandbox](/developers/testing-and-sandbox)** — there isn't one; read
  this before you place a test call.
* **[Production checklist](/developers/production-checklist)** — before you go live.
* **[Glossary](/reference/glossary)** — when a term isn't one you recognize.
