# Home

Welcome to the CustomRP docs!

Please refer to [Releases](https://github.com/maximmax42/Discord-CustomRP/releases) link to download the app or to [Setting Up](https://docs.customrp.xyz/setting-up) page for how to set the manager up.

Check out [FAQ](https://docs.customrp.xyz/faq) page for answers to frequent questions and troubleshooting steps for common problems.

Want to add your language to the wiki? Go to the [GitHub repo](https://github.com/maximmax42/CustomRP-Docs) and follow instructions there. If you want to edit existing language - please use "Edit on GitHub" link in the right hand menu of the translated page.


---

# 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.customrp.xyz/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.
