> For the complete documentation index, see [llms.txt](https://docs.pawtato.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pawtato.gg/support/readme.md).

# Help Center

<h2 align="center">How can we help you?</h2>

<p align="center">Couldn't find in the docs what you were looking for? We're happy to help — just reach out to us in our <strong>Discord</strong> channel or Telegram group. For specific questions or issues, please note that support tickets are available <strong>only in Discord</strong>.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Discord Community</strong></td><td>Join our Discord community to ask fellow Pawtatoes, get support, and open tickets for any issues.</td><td><a href="https://www.pawtato.app/discord" class="button primary">Join Discord</a></td><td></td></tr><tr><td><h4><i class="fa-github">:github:</i></h4></td><td><strong>Telegram Community</strong></td><td>Join our Telegram group to get help, ask questions, and connect with the community for quick support.</td><td><a href="https://www.pawtato.app/telegram" class="button primary">Join Telegram Group</a></td><td></td></tr></tbody></table>


---

# 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://docs.pawtato.gg/support/readme.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.
