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

# Getting Started

> Build, integrate, and automate Custral from your code.

This product is the entry point for engineers building on top of Custral. The Documentation product covers product concepts and admin workflows; everything in here assumes you are writing code.

## What's available

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/dev/api-reference/overview">
    Every REST endpoint, request shape, and response shape. Generated from the live route surface.
  </Card>

  <Card title="SDKs" icon="box" href="/dev/sdks/overview">
    Official client libraries for TypeScript and the languages we support.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/dev/webhooks/overview">
    Receive real-time events when records, conversations, and workflows change.
  </Card>

  <Card title="Authentication" icon="key" href="/dev/auth/overview">
    How sessions and API tokens work, and how to wire them into your code.
  </Card>

  <Card title="Errors" icon="triangle-exclamation" href="/dev/errors/overview">
    The full catalog of error codes, when they fire, and how to recover.
  </Card>

  <Card title="Real-Time" icon="bolt" href="/dev/realtime/overview">
    Getting told when a record, conversation, or message changes.
  </Card>
</CardGroup>

<Info>
  Something missing or unclear? Email [hello@custral.com](mailto:hello@custral.com), include the page you were on and we'll get it fixed.
</Info>


## Related topics

- [Getting Started](/team/getting-started.md)
- [Introduction](/start/introduction.md)
- [Quick Start](/start/quickstart.md)
- [Workspace General Settings](/start/onboarding/workspace.md)
