# The application did not respond

### Checklist

* [ ] Run the command / use the interaction again.
* [ ] Check ERM Support.

### Run the command / use the interaction again.

* This is a very rare error, and only occurs when the bot is not able to respond to your interaction in time. This can be due to server problems, or a problem with the Discord API.
  * Nine times out of ten, this error can simply be fixed by running the command or using the interaction again.

- [x] Run the command / use the interaction again.

### Check ERM Support.

* In extremely rare cases, ERM may be down.
  * Check out our [**status page**](https://status.ermbot.xyz) or check our [**support server**](https://discord.gg/erm-systems-987798554972143728).

- [x] Check ERM Support.


---

# 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.ermbot.xyz/home/troubleshooting/the-application-did-not-respond.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.
