> 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/embed.md).

# Встраивание карты на сайт (embed)

У ISA Vision есть **облегчённая версия карты** специально для встраивания на сторонние сайты через `<iframe>`. В ней убран лишний интерфейс — остаётся сама живая карта.

## Адрес встраиваемой карты

```
https://isa-vision.site/<язык>/embed
```

Например, для русского:

```
https://isa-vision.site/ru/embed
```

Подставьте нужный код языка (`ru`, `en`, `es`, `pt`, `fr`, `de`, `tr`, `zh`).

## Пример кода

```html
<iframe
  src="https://isa-vision.site/ru/embed"
  width="100%"
  height="640"
  style="border:0;border-radius:12px;overflow:hidden"
  loading="lazy"
  title="ISA Vision — живая карта крипторынка">
</iframe>
```

Меняйте `width` и `height` под свой макет. Для адаптивной вставки оберните `<iframe>` в контейнер с нужными пропорциями.

## Особенности embed-версии

* **Интерфейс упрощён** — нет лишних элементов, фокус на самой карте.
* **Встраивание разрешено** на любых сайтах (фрейминг для этого адреса открыт).
* **Не индексируется** поисковиками отдельно — чтобы не плодить дубли страниц.
* Данные — те же и так же живые, как на основной карте.

{% hint style="info" %}
Если нужна не вся карта, а конкретная монета, можно ссылаться на её [страницу монеты](/vidy-rynka/stranica-monety.md) — она тоже работает по прямой ссылке.
{% endhint %}

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

* [**Страница монеты**](/vidy-rynka/stranica-monety.md).
* [**Языки и локализация**](/dopolnitelno/yazyki.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/embed.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.
