> 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/jp/pre-basic/settings/display.md).

# 表示設定

外観とレイアウトに関するすべての設定はここにあります：ライト/ダークテーマ、会話エリアでのトピックの位置、フォントなど。

> デフォルトの外観が気に入らない？ ここでの設定のほかに、次の方法もあります [カスタム CSS](/docs/jp/pre-basic/personalization-settings/custom-css.md) 高度なカスタマイズが可能です。

### テーマの選択

ここでデフォルトのインターフェースのカラーモード（ライトモード、ダークモード、またはシステムに従う）を設定できます

### トピック設定

この設定は、会話インターフェースのレイアウトに関する設定です。

#### トピックの位置

{% tabs %}
{% tab title="左側（デフォルト）" %}

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

{% tab title="右側" %}

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

#### 自動でトピックに切り替える

この設定をオンにすると、アシスタント名をクリックしたページは対応するトピックページに自動で切り替わります。

{% tabs %}
{% tab title="オフのとき（デフォルト）" %}

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

{% tab title="オンのとき" %}

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

#### トピックの時刻を表示

オンにすると、トピックの下にトピックの **作成** の時刻。

{% tabs %}
{% tab title="オフのとき" %}

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

{% tab title="オンのとき" %}

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

### カスタム CSS

この設定により、インターフェースを柔軟に個別化して、さまざまな変更や設定を行えます。具体的な方法は、上級チュートリアルの [カスタム CSS](/docs/jp/pre-basic/personalization-settings/custom-css.md)。

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用の過程で疑問、Bug、機能改善の提案がある場合は、 [フィードバックと提案](/docs/jp/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/jp/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.
