> For the complete documentation index, see [llms.txt](https://wiki-ru-macos.tiger.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki-ru-macos.tiger.trade/other/faq.md).

# FAQ

- [API keys](https://wiki-ru-macos.tiger.trade/other/faq/api-keys.md)
- [Аккаунт с введенными настройками API-ключей не найден](https://wiki-ru-macos.tiger.trade/other/faq/api-keys/akkaunt-s-vvedennymi-nastroikami-api-klyuchei-ne-naiden.md)
- [Не удается вставить открытый или секретный ключ](https://wiki-ru-macos.tiger.trade/other/faq/api-keys/ne-udaetsya-vstavit-otkrytyi-ili-sekretnyi-klyuch.md)
- [Недействительный ключ API, IP-адрес или права доступа (-2015)](https://wiki-ru-macos.tiger.trade/other/faq/api-keys/nedeistvitelnyi-klyuch-api-ip-adres-ili-prava-dostupa-2015.md)
- [Тiger.com хочет получить доступ к ключу в вашей связке ключей](https://wiki-ru-macos.tiger.trade/other/faq/api-keys/tiger.com-khochet-poluchit-dostup-k-klyuchu-v-vashei-svyazke-klyuchei.md)
- [Подключение к бирже](https://wiki-ru-macos.tiger.trade/other/faq/podklyuchenie-k-birzhe.md)
- [Не удалось установить соединение с сервером](https://wiki-ru-macos.tiger.trade/other/faq/podklyuchenie-k-birzhe/ne-udalos-ustanovit-soedinenie-s-serverom.md)
- [Произошла ошибка SSL, и невозможно установить безопасное соединение с сервером](https://wiki-ru-macos.tiger.trade/other/faq/podklyuchenie-k-birzhe/proizoshla-oshibka-ssl-i-nevozmozhno-ustanovit-bezopasnoe-soedinenie-s-serverom.md)
- [Вход / Регистрация](https://wiki-ru-macos.tiger.trade/other/faq/vkhod-registraciya.md)
- [Ошибка Not found при регистрации](https://wiki-ru-macos.tiger.trade/other/faq/vkhod-registraciya/oshibka-not-found-pri-registracii.md)
- [Трейдинг](https://wiki-ru-macos.tiger.trade/other/faq/treiding.md)
- [Как выбрать торговую пару](https://wiki-ru-macos.tiger.trade/other/faq/treiding/kak-vybrat-torgovuyu-paru.md)
- [Доступен ли в приложении режим хеджирования?](https://wiki-ru-macos.tiger.trade/other/faq/treiding/dostupen-li-v-prilozhenii-rezhim-khedzhirovaniya.md)
- [Доступна ли торговля фьючерсами на COIN-M?](https://wiki-ru-macos.tiger.trade/other/faq/treiding/dostupna-li-torgovlya-fyuchersami-na-coin-m.md)
- [Доступна ли маржинальная торговля?](https://wiki-ru-macos.tiger.trade/other/faq/treiding/dostupna-li-marzhinalnaya-torgovlya.md)
- [Не отображаются тикеры SPOT или FUTURES](https://wiki-ru-macos.tiger.trade/other/faq/treiding/ne-otobrazhayutsya-tikery-spot-ili-futures.md)
- [Как рассчитываются P\&L и ROE%?](https://wiki-ru-macos.tiger.trade/other/faq/treiding/kak-rasschityvayutsya-p-and-l-i-roe.md)
- [Предоставление лог-файлов и иных данных для исследования команде поддержки](https://wiki-ru-macos.tiger.trade/other/faq/predostavlenie-log-failov-i-inykh-dannykh-dlya-issledovaniya-komande-podderzhki.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://wiki-ru-macos.tiger.trade/other/faq.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.
