> 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/learn/4.-kursy-i-napravleniya.md).

# 4. Курсы и направления

- [Источник и валютные пары](https://docs.iexexchanger.com/learn/4.-kursy-i-napravleniya/01-source-rates.md): Загрузите пары из исправного источника, проследите импорт и проверьте прямые и обратные курсы
- [Формулы BTC-LTC и LTC-BTC](https://docs.iexexchanger.com/learn/4.-kursy-i-napravleniya/02-formula-rates.md): Соберите кросс-курсы, разберите вычисление и вынесите управляемые значения в коэффициенты
- [Большие каталоги и BestChange](https://docs.iexexchanger.com/learn/4.-kursy-i-napravleniya/03-large-rate-catalogs.md): Работайте с большими каталогами и настройте BestChange: стратегии, фильтры, рейтинг, шаг и резервный курс
- [Актуальность, ориентация и точность](https://docs.iexexchanger.com/learn/4.-kursy-i-napravleniya/04-verify-rates.md): Выберите политику актуальности и докажите источник, ориентацию, резервный курс и точность
- [Bitcoin BTC - Litecoin LTC](https://docs.iexexchanger.com/learn/4.-kursy-i-napravleniya/01-create-direction.md): Создайте прямую пару Bitcoin BTC - Litecoin LTC и оставьте её выключенной
- [Курс и его состав](https://docs.iexexchanger.com/learn/4.-kursy-i-napravleniya/02-direction-rate.md): Подключите формулу и убедитесь, что её не перекрывает более приоритетный слой
- [Суммы, резерв и реквизит](https://docs.iexexchanger.com/learn/4.-kursy-i-napravleniya/03-amounts-reserve-requisite.md): Задайте четыре лимита и подтвердите денежные зависимости направления
- [Сортировка направлений](https://docs.iexexchanger.com/learn/4.-kursy-i-napravleniya/04-direction-sorting.md): Настройте порядок валют «Отдаю» и «Получаю» с группами сетей, поиском и автоматическим сохранением
- [Комиссии по выбору клиента](https://docs.iexexchanger.com/learn/4.-kursy-i-napravleniya/05-selector-fees.md): Создайте общие или индивидуальные варианты комиссии и проверьте выбор клиента в заявке


---

# 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/learn/4.-kursy-i-napravleniya.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.
