> For the complete documentation index, see [llms.txt](https://docs.iexexchanger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iexexchanger.com/help-center/ai-docs/readme.md).

# База знаний iEXExchanger

Здесь собраны инструкции по настройке обменного пункта, ежедневной обработке заявок, управлению доступом, подключению сервисов и проверке результата на клиентском сайте.

Документация построена вокруг реальных задач. В каждой инструкции указано, куда перейти в панели управления, что изменится после сохранения и как убедиться, что настройка работает.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Первичная настройка</strong></td><td>Подготовьте панель, валюты, направления, курсы, резервы и уведомления.</td><td><a href="/pages/ILEB1dpZD1RQzsB9dPnD">/pages/ILEB1dpZD1RQzsB9dPnD</a></td></tr><tr><td><strong>Работа с заявками</strong></td><td>Следите за очередью, обрабатывайте оплату, меняйте статусы и решайте спорные ситуации.</td><td><a href="/pages/gwWi48vMfGh9sgaZyjoa">/pages/gwWi48vMfGh9sgaZyjoa</a></td></tr><tr><td><strong>Права сотрудников</strong></td><td>Создайте группы пользователей и выдайте только необходимые возможности.</td><td><a href="/pages/MMaHzuKzkcXV2p6ZAR9q">/pages/MMaHzuKzkcXV2p6ZAR9q</a></td></tr><tr><td><strong>Диагностика</strong></td><td>Найдите причину проблемы по её проявлению в панели и на клиентском сайте.</td><td><a href="/pages/S6yjFlcsH7gQSPu2jPBs">/pages/S6yjFlcsH7gQSPu2jPBs</a></td></tr></tbody></table>

{% hint style="info" %}
Названия разделов и элементов управления приводятся так, как они отображаются в русской версии панели. Если раздел не виден, сначала проверьте права текущей группы пользователя и наличие соответствующего модуля.
{% endhint %}

## Как читать инструкции

Путь вида **«Настройки» — «Общие настройки» — «Основные» — «Безопасность»** означает последовательный выбор пунктов интерфейса. Адрес клиентского сайта в примерах обозначается как `https://ваш_домен`, а адрес панели управления — как `https://app.ваш_домен`.

Изменения, влияющие на расчёт, платёжные данные или безопасность, сначала проверяйте на тестовом объекте. Для существующих заявок сохранённые при создании условия могут продолжать действовать независимо от новых настроек.


---

# 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.iexexchanger.com/help-center/ai-docs/readme.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.
