> ## Documentation Index
> Fetch the complete documentation index at: https://www.help.creatora.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Creatora API

> Make your first GraphQL request, learn the core model, and follow task-based recipes.

Use the GraphQL API to work with your Creatora Platform. Start with a request, then follow the recipe for the task you need to complete. Queries, Mutations, and Types in this tab describe the supported public contract. The [production SDL](https://api.creatora.io/sdl) exposes additional operations that are not necessarily supported for integrations.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/en/api/quickstart">
    Authenticate, create a private Course, and read it back.
  </Card>

  <Card title="Core concepts" icon="diagram-project" href="/en/api/core-concepts">
    Understand Platforms, Courses, Students, Offers, Orders, and access.
  </Card>

  <Card title="API conventions" icon="code" href="/en/api/api-conventions">
    Use the right headers, variable formats, error checks, and retry rules.
  </Card>

  <Card title="Recipes" icon="list-check" href="/en/api/recipes">
    Find the GraphQL steps for common Course, Student, Offer, and Order tasks.
  </Card>

  <Card title="Authentication" icon="key" href="/en/api/authentication">
    Use the Administrator session JWT and access-mode header.
  </Card>

  <Card title="GraphQL Playground" icon="terminal" href="https://api.creatora.io/playground">
    Explore and run requests in Creatora's interactive tool.
  </Card>
</CardGroup>
