> For the complete documentation index, see [llms.txt](https://phoenix-13.gitbook.io/phoenix-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenix-13.gitbook.io/phoenix-docs/home.md).

# Home

## Welcome

Welcome to the official documentation of [Phoenix API](https://github.com/hatz2/PhoenixAPI) for interacting with [Phoenix Bot](https://phoenix-bot.xyz/). If this is your first time reading the documentation we recommend you to visit the [introduction page](/phoenix-docs/introduction.md) to get an overview of what this documentation has to offer.

## Help

If you need help using the API or you don't understand something in the documentation you can get help in the programming channel of our [discord server](https://discord.com/invite/phoenix-bot).

<figure><img src="/files/rc5kt9hpaegEFZMjuYOe" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://phoenix-13.gitbook.io/phoenix-docs/home.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
