> For the complete documentation index, see [llms.txt](https://docs.itgrix.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itgrix.ru/how-to-fix/amo.-oshibki-o-kotorykh-soobshaet-crm.md).

# Amo. Ошибки о которых сообщает CRM

| Текст ошибки                                                                                                                                                                                                                                                                                        | Описание                                                                                                                                                                                                                                                                |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>403 Forbidden<br>Access to account {{XXXX}} is prohibited from your IP address. Occurs when the filtering of access to the API by the "whitelist of IP addresses" is enabled in the account security settings. If you do not use the "white list of IP addresses", then contact the Support.</p> | Доступ к аккаунту {{XXXX}} запрещён с Вашего IP адреса. Возникает, когда в настройках безопасности аккаунта включена фильтрация доступа к API по "белому списку IP адресов". Если вы не используете "белый список IP адресов", то обратитесь в службу поддержки AmoCRM. |
| Admin access only. Please perform the integration under Administrator account to get full api access to account {{XXXX}}.                                                                                                                                                                           | Недостаточно прав для аккаунта {{XXXX}}. Подключите интеграцию под аккаунтом Администратора                                                                                                                                                                             |
| Subscription has ended. It is necessary to pay for the functional                                                                                                                                                                                                                                   | Означает, что закончилась подписка на сервис. Необходимо оплатить подписку на amoCRM                                                                                                                                                                                    |
| "title":"Bad Request","type":"<https://httpstatus.es/400","status":400,"detail":"Код> ошибки 205. В случае повторного возникновения ошибки, обращайтесь в нашу техническую поддержку - <support@amocrm.ru>"                                                                                         | Означает, что были превышены лимиты по контактам и компаниям. Необходимо удалить лишние контакты                                                                                                                                                                        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.itgrix.ru/how-to-fix/amo.-oshibki-o-kotorykh-soobshaet-crm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
