> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/russian/pre-basic/settings/display.md).

# Настройки отображения

Здесь находятся все настройки, связанные с внешним видом и расположением: светлая/тёмная тема, положение темы в области диалога, шрифт и т. д.

> Не нравится внешний вид по умолчанию? Помимо настроек здесь, можно также воспользоваться [пользовательским CSS](/docs/russian/pre-basic/personalization-settings/custom-css.md) для глубокой кастомизации.

### Выбор темы

Здесь можно задать режим цвета интерфейса по умолчанию (светлый, тёмный или следовать системе)

### Настройки темы

Эта настройка относится к расположению интерфейса диалога.

#### Положение темы

{% tabs %}
{% tab title="Слева (по умолчанию)" %}

<figure><img src="/files/de57a58e86a98e717acf055c5ccc98517f65def5" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Справа" %}

<figure><img src="/files/a32bf93b8d5b15254a835fb3bf8c2d4fc794b03f" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Автоматически переключаться на тему

При включении этой настройки страница при нажатии на имя помощника будет автоматически переключаться на соответствующую страницу темы.

{% tabs %}
{% tab title="При выключении (по умолчанию)" %}

<figure><img src="/files/e2f923c43b8f68a2e61ed62bc2e47879f2b91b41" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="При включении" %}

<figure><img src="/files/97836ea30a0f462d42a532b35c23940e0e9bfac9" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### Показывать время темы

При включении под темой будет отображаться **создания** времени.

{% tabs %}
{% tab title="При выключении" %}

<figure><img src="/files/b3b59ca952c117b850dc65e96deb248a3b2eba24" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="При включении" %}

<figure><img src="/files/1836edabc5176f35a67b3bd17c894b0dd8d45014" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### пользовательским CSS

С помощью этой настройки можно гибко вносить некоторые индивидуальные изменения и настраивать интерфейс. Подробный способ см. в продвинутом руководстве в [пользовательским CSS](/docs/russian/pre-basic/personalization-settings/custom-css.md)。

***

### 💡 Получить помощь и отправить отзыв

Если вы в процессе настройки или использования столкнётесь с любыми вопросами, багами или предложениями по улучшению функций, пожалуйста, обратитесь к [Обратная связь и предложения](/docs/russian/question-contact/suggestions.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://docs.cherryai.com.cn/docs/russian/pre-basic/settings/display.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.
