# Important Fundamentals

- [Safe Bot Action Speed](https://faq.botrush.ai/important-fundamentals/safe-bot-action-speed.md): What speed should I use so I don't get action limited?
- [Error - Locale does not exist](https://faq.botrush.ai/important-fundamentals/error-locale-does-not-exist.md)
- [Don't use every function at once!](https://faq.botrush.ai/important-fundamentals/dont-use-every-function-at-once.md): This is a warning!
- [Error - ip\_block](https://faq.botrush.ai/important-fundamentals/error-ip_block.md): If you see any error that says "The authorization attempt was rejected by Instagram server........", here is what to do.
- [Error - Challenge Required](https://faq.botrush.ai/important-fundamentals/error-challenge-required.md)
- [Error - Login Required](https://faq.botrush.ai/important-fundamentals/error-login-required.md)
- [Error - CURL error 56: Received HTTP code 407 from proxy after CONNECT - Reactions Pro](https://faq.botrush.ai/important-fundamentals/error-curl-error-56-received-http-code-407-from-proxy-after-connect-reactions-pro.md)
- [Account Compromised Message In Instagram](https://faq.botrush.ai/important-fundamentals/account-compromised-message-in-instagram.md)
- [Reactions Pro No Account Found Issue](https://faq.botrush.ai/important-fundamentals/reactions-pro-no-account-found-issue.md): If you see no accounts in your Reactions Pro tab, where you have some accounts logged in. Please click the "Flush Filter" button to fix it.
- [Error - Access to Instagram API for account "X" restricted for spam behavior or otherwise abusing.](https://faq.botrush.ai/important-fundamentals/error-access-to-instagram-api-for-account-x-restricted-for-spam-behavior-or-otherwise-abusing..md)


---

# 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://faq.botrush.ai/important-fundamentals.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.
