> For the complete documentation index, see [llms.txt](https://wiki.reezonly.ru/space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.reezonly.ru/space/nastroiki/stil-saita/ikonka.md).

# Иконка

*Время чтения: 5 минут*

{% hint style="info" %}
Иконка (Favicon) - это изображение, содержащееся во вкладке браузера. В этой статье мы вам расскажем как установить иконку для вашего сайта. &#x20;
{% endhint %}

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

Для добавления иконки, сперва вам необходимо на вкладку Настройки -> Стиль сайта -> Иконка.&#x20;

<figure><img src="/files/6jMjVTL90mqehu6mV1QT" alt="" width="563"><figcaption><p>№1. Вкладка Иконка</p></figcaption></figure>

Вы можете добавить иконки двух видов:&#x20;

1. Favicon - для вкладки в браузере для ученической части академии. Размер 64х64 px
2. Apple/Android - изображение используется как икнока приложения на рабочий экран. Размер 192x192 px.&#x20;

Добавить иконку можно в несколько простых шагов:&#x20;

<figure><img src="/files/riKpIxNzj6KjB5QEOIWT" alt="" width="563"><figcaption><p>№2. Добавление иконки</p></figcaption></figure>

1. Кликните на кнопку **Загрузить**
2. Выберите нужный файл&#x20;

Загруженная иконка сразу будет использовано на ученической части вашей академии, для отображения необходимо перезагрузить страницу.&#x20;

{% hint style="info" %}
Вы можете загружать только файлы формата PNG и ICO.
{% endhint %}

## Удаление иконки

Если вам необходимо удалить иконку, вы можете это сделать в 1 простой шаг: просто нажмите на кнопку удаление в правой части экрана.&#x20;

<figure><img src="/files/wKeSH677k0OHniYMJpJR" alt=""><figcaption><p>№3. Удаление иконки</p></figcaption></figure>

{% hint style="info" %}
После удаления будет использоваться стандартная иконка с логотипом Reezonly&#x20;
{% endhint %}

{% hint style="info" %}
🥥 В этой статье мы рассказали вам об добавлени иконки для вашего сайта. Если у вас возникли дополнительные вопросы - напишите в нашу службу поддержки, мы с радостью вам поможем :)
{% endhint %}


---

# 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.reezonly.ru/space/nastroiki/stil-saita/ikonka.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.
