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

# 顯示設定

所有同外觀同佈局相關嘅偏好都喺呢度：淺色／深色主題、對話區嘅話題位置、字體等。

> 唔鍾意預設外觀？除咗呢度嘅設定，仲可以行 [自訂 CSS](/docs/zhong-wen-fan-ti/pre-basic/personalization-settings/custom-css.md) 路線深度定制。

### 主題選擇

你可以喺呢度設定預設嘅介面色彩模式（淺色模式、深色模式或者跟隨系統）

### 話題設定

呢個設定係針對對話介面嘅佈局設定。

#### 話題位置

{% tabs %}
{% tab title="左側（預設）" %}

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

{% tab title="右側" %}

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

#### 自動切換到話題

當開啟呢個設定時，撳助手名稱頁面會自動切換到對應嘅話題頁面。

{% tabs %}
{% tab title="關閉時（預設）" %}

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

{% tab title="開啟時" %}

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

#### 顯示話題時間

開啟時會喺話題下方顯示話題 **建立** 嘅時間。

{% tabs %}
{% tab title="關閉時" %}

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

{% tab title="開啟時" %}

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

### 自訂 CSS

透過呢個設定可以靈活咁對介面做一啲個人化嘅更改同設定。具體方法參考進階教程入面嘅 [自訂 CSS](/docs/zhong-wen-fan-ti/pre-basic/personalization-settings/custom-css.md)。

***

### 💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/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.cherry-ai.com/docs/zhong-wen-fan-ti/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.
