# ロゴを追加する

<figure><img src="/files/SShmlmYjOl8JxAtGap8j" alt=""><figcaption><p>ロゴとタイトルをカスタマイズ</p></figcaption></figure>

## KCMにロゴを追加する

{% file src="/files/UNjES3TZhTwOAMiLo7HZ" %}

1. 上記のzipファイルをダウンロードし、すべてをフォルダに解凍します。
2. `/resources/images/logo.png` を使用する`logo.png`ファイルに置き換えてください。
3. `/translations/en.json`を開いて、「Custom Title」をウェブページのタイトルのテキストに置き換えます。
4. (オプション) `/resources/images/`にある、ファビコンアイコン (`small.png`と`large.png`) を使用するものに置き換えます (両方に同じファイルを使用できます)。
5. フォルダ内から、すべてのファイルとフォルダを選択して新しいzipファイルを作成します。

<figure><img src="/files/xktaDb8PaarANIaafz1E" alt=""><figcaption></figcaption></figure>

6. ファイル拡張子がzipとなっていることを確認し、zipファイルのファイル名と拡張子を`kcm-branding.jar`に変更します。
7. `kcm-branding.jar`ファイルをKCMサーバーの`/etc/kcm-setup/`に転送します。
8. guacamole セクションの`docker-compose.yml`environment 内に`USE_DEFAULT_BRANDING: "N"`を追加し、`volumes`に以下の行を追加します。

```
- "/etc/kcm-setup/kcm-branding.jar:/etc/guacamole/extensions/kcm-branding.jar:ro"
```

<figure><img src="/files/zvUjeK0K3InKchBynygM" alt=""><figcaption><p>この2行を追加します。</p></figcaption></figure>

9. 以下のコマンドを実行します。

```sh
sudo ./kcm-setup.run stop
sudo ./kcm-setup.run apply
```

これで、ロゴが表示されるようになります。

ファビコンを更新するには、Ctrl/Cmd + F5を押してハードリロードします。


---

# 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.keeper.io/keeper-connection-manager/jp/using-keeper-connection-manager/custom-branding/add-your-logo.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.
