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

# Use the docs with coding agents

> Give a coding agent the exact guides and references needed to build an Agent SDK integration.

Start with the [quickstart](/docs/documentation/agent/sdk/quickstart), [method reference](/docs/documentation/agent/sdk/methods), and [type reference](/docs/documentation/agent/sdk/types).
Give your coding agent the installed package version and the guide for the task you want to implement.

## Find the right page

| Task                                          | Read                                                                                         |
| --------------------------------------------- | -------------------------------------------------------------------------------------------- |
| Configure the client                          | [Configuration](/docs/documentation/agent/sdk/configuration).                                     |
| Create, stream, recover, or cancel a task     | [Responses and recovery](/docs/documentation/agent/sdk/responses).                                |
| Answer questions or approvals                 | [Questions and approvals](/docs/documentation/agent/sdk/inputs).                                  |
| Edit or execute a plan                        | [Plans](/docs/documentation/agent/sdk/plans).                                                     |
| Read artifacts or costs                       | [Media and costs](/docs/documentation/agent/sdk/media).                                           |
| Read conversation history                     | [Conversations](/docs/documentation/agent/sdk/resources).                                         |
| Manage projects, documents, or memory         | [Projects](/docs/documentation/agent/sdk/projects).                                               |
| Choose models or defaults                     | [Models and settings](/docs/documentation/agent/sdk/settings).                                    |
| Manage queued work or generation attempts     | [Queues and runs](/docs/documentation/agent/sdk/queue).                                           |
| Manage assets, collections, or smart entities | [Library](/docs/documentation/agent/sdk/library).                                                 |
| Manage skills or read tool activity           | [Skills](/docs/documentation/agent/sdk/skills) and [activity](/docs/documentation/agent/sdk/activity). |
| Diagnose a failure                            | [Errors](/docs/documentation/agent/sdk/errors).                                                   |

Use the page's **Copy page** action to copy Markdown.
Mintlify also serves Markdown page exports and a documentation index at `llms.txt`.
Use the index from the same documentation host as the page you are reading.
