# RZ TICKETS

- [Instalation](https://docs.ronaldzav.com/rz-tickets/install.md): Make sure you follow all the steps in order. If you have a problem, ask for help on my discord server.
- [Configuration](https://docs.ronaldzav.com/rz-tickets/configuration.md): Edit the bot configuration and add the categories (src/config.yml)
- [Messages](https://docs.ronaldzav.com/rz-tickets/messages.md): Customize bot messages and buttons (src/messages.yml)
- [Common Troubleshooting](https://docs.ronaldzav.com/rz-tickets/troubleshooting.md)
- [License Agreement - No Redistribution](https://docs.ronaldzav.com/rz-tickets/license.md): This software is protected by copyright and is the property of RonaldZav.  Unauthorized distribution of this software, included modified or unmodified, is strictly prohibited.


---

# Agent Instructions: 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.ronaldzav.com/rz-tickets.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.
