> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/user-guide/administration/system-configuration/appearance.md).

# 外観

## Nexthinkウェブインターフェースのブランディング <a href="#appearance-brandingthenexthinkwebinterface" id="appearance-brandingthenexthinkwebinterface"></a>

Nexthinkウェブインターフェースの外観をカスタマイズし、企業のビジュアルアイデンティティガイドラインに適合させます。

外観ページにアクセスするには：

* メインメニューから**管理**を選択します。
* ナビゲーションパネルのシステム構成セクションで**外観**をクリックします。

<figure><img src="/files/Hdsm0buiUxSK6Rf4oEFW" alt="Accessing the appearance page"><figcaption></figcaption></figure>

## 外観ページ <a href="#appearance-appearancepage" id="appearance-appearancepage"></a>

外観ページでは、ウェブインターフェースとサインイン画面の外観をカスタマイズできます。

<figure><img src="/files/WpMCF6pzzhw1u5o4rk3q" alt="Appearance page"><figcaption></figcaption></figure>

* **メイン画面**: メインメニューの上部に表示されるロゴの画像をアップロードします。
* **サインイン画面**: サインイン画面に表示されるロゴと背景の画像をアップロードします。

### 画像の要件 <a href="#appearance-imagerequirements" id="appearance-imagerequirements"></a>

<table><thead><tr><th></th><th width="243">対応フォーマット</th><th>要件</th></tr></thead><tbody><tr><td>メイン画面ロゴ</td><td><p>GIF、JPG、PNG、SVG</p><p>透過背景がサポートされています。</p></td><td><p>正方形の寸法</p><p>最小サイズ: 40 x 40 ピクセル</p><p>最大ファイルサイズ: 500 KB</p></td></tr><tr><td>サインイン画面のロゴ</td><td><p>GIF、JPG、PNG</p><p>透過背景がサポートされています。</p></td><td><p>横向きの向き</p><p>推奨サイズ: 200 x 48 ピクセル</p><p>最大ファイルサイズ: 1 MB</p></td></tr><tr><td>サインイン画面の背景画像</td><td><p>GIF、JPG、PNG</p><p>透過背景がサポートされています。</p></td><td><p>推奨最小サイズ: 1280 x 850 ピクセル</p><p>最大ファイルサイズ: 2 MB</p></td></tr></tbody></table>

### メイン画面のロゴとダークモード <a href="#appearance-mainscreenlogoanddarkmode" id="appearance-mainscreenlogoanddarkmode"></a>

ユーザーインターフェースをダークモードに切り替えると、メインメニューの青色が若干濃い色に変わります。 すべてのユーザーにメイン画面ロゴを同じ方法で表示するために、透過背景を使用してください。 透過背景をサポートする画像ファイル形式はGIF、PNG、SVGです。

### カスタムロゴの削除

カスタムロゴを削除してデフォルトの画像にリセットするには、関連する曲がった矢印ボタンを選択してください。

<figure><img src="/files/QGZnFkSmlMNfKrvJNsox" alt="Resetting custom logos"><figcaption></figcaption></figure>

## メールダイジェストロゴ（クラシック） <a href="#appearance-emaildigestlogo-classic" id="appearance-emaildigestlogo-classic"></a>

<figure><img src="/files/2cI0ZFn9gzFi2sjtTGC6" alt="Email digest logo" width="442"><figcaption></figcaption></figure>

メールダイジェストの右上隅に表示されるロゴを交換するには、[Nexthink Support](https://support.nexthink.com/)に連絡し、リクエストにロゴの画像を添付してください。

* ファイル形式: PNG、GIF、またはJPEG
* 寸法: 幅128ピクセル、高さ34ピクセル（128x34ピクセル）、または同じアスペクト比。


---

# 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.nexthink.com/platform/ja/user-guide/administration/system-configuration/appearance.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.
