# Скрытые возможности

В лендингах поддержана возможность добавления HTML разметки. Благодаря этому, вы можете встраивать в свои лендинги картинки, видео или любые другие элементы, которые вам нужны. А также стилизовать добавленные элементы с помощью CSS. Примеры добавления самых популярных элементов описаны ниже.

### Добавление картинок

Добавить картинку можно с помощью HTML тега *img.* Добавьте этот код на свой лендинг и замените атрибут src на ссылку на нужную картинку.

```
<img src='https://sun9-33.userapi.com/c846420/v846420706/26ae5/FPsWv0LytKg.jpg'/>
```

### Встраивание видео с YouTube

Для встраивания видео с YouTube на ваш лендинг нажмите на кнопку ***«***&#x41F;оделитьс&#x44F;***»*** у нужного видео, и выберите пункт ***«***&#x412;строит&#x44C;***»***. После чего вам будет показан код, который нужно вставить на свой лендинг, пример кода показан ниже.

```
<iframe width="560" height="315" src="https://www.youtube.com/embed/s2Vm_8f7nFM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
```


---

# Agent Instructions: 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.chatgun.io/lendingi/skrytye-vozmozhnosti.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.
