# Troubleshooting

## Finding errors

> The bot is offline sometimes and the AI or the general commands may not work. Keep patient and try again in some time

Go ahead and join our [discord server](https://discord.gg/vQqfCCmNRB).

{% hint style="info" %}
&#x20;Please note that the BotArmy development team is human, and we do make errors. We apologize for any inconvenience caused by the bot.
{% endhint %}

Go to the bug-reports channel, and check if the bug you are submitting is already noticed of or not. If it is, then wait a bit as we will be posting updates on the bug termination process. If it isn't, then go ahead and type the bug out and we'll get to you ASAP!


---

# 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://botarmy.gitbook.io/botarmy-setup/troubleshooting.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.
