# 表示設定

このページでは、ソフトウェアのカラーテーマ、ページレイアウト、または [カスタム CSS](/docs/jp/pre-basic/personalization-settings/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/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/jp/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.
