# Display Settings

On this page you can set the software’s color theme, page layout, or [custom CSS](/docs/en-us/pre-basic/personalization-settings/css.md) to make some personalized settings.

### Theme selection

You can set the default interface color mode here (light mode, dark mode, or follow system).

### Topic settings

This setting is for the layout of the conversation interface.

#### Topic position

{% tabs %}
{% tab title="Left (default)" %}

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

{% tab title="Right" %}

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

#### Automatically switch to topic

When this setting is enabled, clicking the assistant name page will automatically switch to the corresponding topic page.

{% tabs %}
{% tab title="When disabled (default)" %}

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

{% tab title="When enabled" %}

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

#### Show topic time

When enabled, the topic time will be displayed below the topic **Create** time.

{% tabs %}
{% tab title="When disabled" %}

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

{% tab title="When enabled" %}

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

### custom CSS

Through this setting, you can flexibly make some personalized changes and settings to the interface. For the specific method, refer to the [custom CSS](/docs/en-us/pre-basic/personalization-settings/css.md).


---

# 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/en-us/pre-basic/settings/display.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.
