> For the complete documentation index, see [llms.txt](https://docs.isa-vision.site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.isa-vision.site/dopolnitelno/yazyki.md).

# Языки и локализация

ISA Vision доступен на **восьми языках**. Язык определяется автоматически и переключается в один клик.

## Поддерживаемые языки

| Код  | Язык                   |
| ---- | ---------------------- |
| `ru` | Русский (по умолчанию) |
| `en` | Английский             |
| `es` | Испанский              |
| `pt` | Португальский          |
| `fr` | Французский            |
| `de` | Немецкий               |
| `tr` | Турецкий               |
| `zh` | Китайский              |

## Как переключить язык

* **В интерфейсе** — нажмите флаг текущего языка в шапке и выберите нужный.
* **В адресе** — язык задаётся первым сегментом ссылки: `isa-vision.site/<язык>/map`. Например, `…/en/map` откроет карту на английском.

## Автоопределение

Если открыть сайт без указания языка, ISA Vision подберёт наиболее подходящий по языковым настройкам вашего браузера и перенаправит на соответствующую версию (например, `/map` → `/ru/map`).

{% hint style="info" %}
Технические и бренд-термины (Binance, Bybit, OKX, Gate, BingX, USDT, A/D, funding, spot, futures) во всех языках оставлены как есть — это общепринятые обозначения на крипторынке.
{% endhint %}

## Что читать дальше

* [**Встраивание карты на сайт**](/dopolnitelno/embed.md) — у embed-версии тоже есть выбор языка.
* [**Интерфейс и навигация**](/nachalo-raboty/interfeis.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:

```
GET https://docs.isa-vision.site/dopolnitelno/yazyki.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.
