# 画面領域の紹介

### 利用者画面

利用者画面は構築した管理画面をリリースした後に利用者が実際に触れる画面です。

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

#### 作業領域

利用者が作業を直接行う領域です。

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

#### ユーザーメニュー

利用者が利用する管理画面を選択できる領域です。管理者はユーザーのアクセス権を管理することができるので、利用できる管理画面を追加・変更・削除することができます。

<figure><img src="/files/VRs7rzeQ9KeTBmbYqEbn" alt=""><figcaption><p>アドミン画面</p></figcaption></figure>

<figure><img src="/files/OZIjpbA61Y74pvCw7lS7" alt=""><figcaption><p>利用者画面</p></figcaption></figure>

#### 通知ベル

データ追加の承認など、変更点がある時に右上の通知ベルにバッジが表示されます。

<figure><img src="/files/6bL6IWwaXoI3mOjL5wS1" alt=""><figcaption></figcaption></figure>

#### ユーザー名ボタン

ユーザーが Admin としても登録されている場合、右上のユーザー名をクリックすると Admin 画面へのリンクが表示されます。

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

#### 利用者画面リリース時

リリース後の利用者画面にエラーが表示された場合はこちらをお読みください。

ex)　進行中の作業がある場合、リリースをすることができません。

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


---

# 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.dashcomb.com/dashcomb-help-center/dahsboard/ui-intro.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.
