# Очистка настроек CSS

{% hint style="warning" %}
Если задан неправильный CSS или если после задания CSS невозможно войти в интерфейс настроек, используйте этот способ, чтобы очистить настройки CSS.
{% endhint %}

* Откройте консоль, нажмите на окно CherryStudio и нажмите сочетание клавиш<kbd>на Ctrl</kbd>+<kbd>на Shift</kbd>+<kbd>I</kbd>（MacOS：<kbd>command</kbd>+<kbd>option</kbd>+<kbd>I</kbd>）。
* Во всплывшем окне консоли нажмите`Console`

<figure><img src="/files/407c1419664e98250e7eabf49276998a083720cb" alt=""><figcaption></figcaption></figure>

* затем вручную введите`document.getElementById('user-defined-custom-css').remove()` ，вставка копированием и вставкой, скорее всего, не сработает.
* После ввода нажмите Enter для подтверждения, чтобы очистить настройки CSS, затем снова откройте настройки отображения CherryStudio и удалите проблемный CSS-код.


---

# 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.cherry-ai.com/docs/russian/pre-basic/personalization-settings/clear-css.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.
