> 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/enterprise-en/custom-setting/enterprise-setting.md).

# Company settings (default)

Supports the ability to customize various properties of the dashboard and editor to fit the company.

![](/files/f957e2f3f4ab8db0258d04c18024d3018818ecb9)

## Dashboard

**1) Corporate login page cover**

* This is the background image used on the corporate login page.
  * Recommended image size : **4000 x 4000 or less**
  * Recommended file size : **4MB or less**

![](/files/66ff08c5c3bc48620a5fbde9e932a1cc93d05225)

**2) Company name**

* Displayed at the top of the dashboard.

![](/files/5a0a53a05e18507c4f37b51034c95f2bbb7a251d)

**3) Company logo**

* Recommended image size : **400 x 400 or less**

![](/files/8bdf66a6966b67c49ead38d072b7a0a98e84909b)

## Editor

**Watermark**

* Inserted at the bottom left of the rendering.
  * Recommended size : **400x400 or less**

![](/files/fd6dc4d5638f5c3bd3607acda388fe1b6cca2bf8)

## Others

**1) Map marker image**

* Set the marker image used in the map service.
  * Image specifications: 128x128 or less
  * You can register two images depending on the active/inactive state when hovering with the mouse

![](/files/026fe64b2d4f0a022f5cc609cdeae03d77f93834)

**2) Custom color**

* Set the service theme color.

<figure><img src="/files/274ab6ba28faea9d808b029e168144a78c6d5781" 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/enterprise-en/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.
