> For the complete documentation index, see [llms.txt](https://support.megadoga.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.megadoga.com/frontsaito/guan-li-zhe.md).

# 管理者

## **管理者アカウント編集画面の説明**

機能メニュー\[管理者]から、管理者アカウントの登録・編集することができます。

詳しくは以下のスクリーンキャプチャを参考の上確認してください。

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

1. **管理者情報**：現在登録されている管理者アカウント一覧が表示されます。\
   上のフィルターや検索窓を使って、アカウント検索も行うことができます。
   * 管理者： 管理者のアカウント情報を表示します。
   * ステータス：管理者のステータス状況を表示します。\
     ・認証待機：管理者招待した新規管理者の認証待ち\
     ・認証拒否：管理者招待した新規管理者が認証拒否\
     ・認証完了：登録完了した管理者\
     ・退会　　：退会した管理者
   * 登録日：管理者が登録された日を表示します。
   * 最終ログイン日：管理者が最後にCMSにログインした日を表示します。<br>
2. **管理者修正**：管理者アカウントをクリックすると、\[管理者修正]画面が表示されます。\
   メールアドレス以外の情報を修正することができます。\
   修正後は、必ず\[保存]ボタンで内容保存を行ってください。\
   「<mark style="color:red;">\*</mark>」マークがついている項目は、必須項目です。

   <figure><img src="/files/Ye0crmcyaY16Brh15gWn" alt="" width="563"><figcaption><p>画像クリックで拡大<br> </p></figcaption></figure>
3. **管理者追加**：\[＋管理者登録]をクリックすると、\[管理者登録画面]が表示されます。\
   \[管理者登録画面]の必須項目を入力後、\[登録]ボタンをクリックすると登録が完了されます。\
   新しく追加された管理者アカウントは、管理者一覧の最上部に表示されます。

<figure><img src="/files/CySesjLuiD7dospeUISV" alt="" width="563"><figcaption><p>画像クリックで拡大</p></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://support.megadoga.com/frontsaito/guan-li-zhe.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.
