> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/kegaido/custom-setting/enterprise-setting.md).

# 企業設定（基本）

ダッシュボードおよびエディターのさまざまな属性を、企業に合わせてカスタマイズする機能をサポートします。

![](/files/81510c0f422f9cd6d08c21836689f43a3de99969)

## ダッシュボード

**1) 企業ログインページのカバー**

* 企業ログインで使用される背景画像です。
  * 推奨画像サイズ： **4000 x 4000 以下**
  * 推奨容量： **4MB 以下**

![](/files/636ee13d256def18e43de4ab7df04ee234ad6dac)

**2) 企業名**

* ダッシュボード上部に表示されます。

![](/files/67d6e1fa00e7ed2e1f06b6e8f59191fc03bbbacf)

**3) 企業ロゴ**

* 推奨画像サイズ： **400 x 400 以下**

![](/files/958a04f8795af95ff27c852374f387b7ff5fc90f)

## エディター

**ウォーターマーク**

* レンダリング左下に挿入されます。
  * 推奨サイズ： **400x400 以下**

![](/files/1936bfbbde0441451d503dee621b9becfdbd42dd)

## その他

**1) 地図マーカー画像**

* 地図サービスで使用されるマーカー画像を設定します。
  * 画像規格：128x128 以下
  * マウスホバー時、アクティブ/非アクティブ状態に応じて2種類の画像を登録できます

![](/files/c5b6e96ed462289871f4fb025ee4208b57d2b820)

**2) カスタムカラー**

* サービスのテーマカラーを設定します。

<figure><img src="/files/33c93e5536e8f5b48a934deff7d5e57fae5598ae" alt=""><figcaption></figcaption></figure>


---

# 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.archisketch.com/guide/kegaido/custom-setting/enterprise-setting.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.
