> ## 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.

# API recipes

> Short GraphQL workflows organized by what you need to do.

Every recipe uses a named GraphQL operation and variables. Send Administrator requests with the [JWT and access-mode headers](/en/api/api-conventions#requests-and-access-mode).

## Courses

* [List Courses](/en/api/recipes/list-courses)
* [Get a Course](/en/api/recipes/get-course)
* [Create a Course](/en/api/recipes/create-course)

## Students and access

* [Find a Student](/en/api/recipes/find-student)
* [Get a Student's Courses](/en/api/recipes/get-student-courses)
* [Give a Student access to a Course](/en/api/recipes/give-student-course-access)

## Commerce

* [List custom Offers](/en/api/recipes/list-custom-offers)
* [List Orders](/en/api/recipes/list-orders)

Use the Queries, Mutations and Types sections of this API Reference for the exact supported fields and arguments. The [production SDL](https://api.creatora.io/sdl) includes further exposed operations outside this contract.
