> For the complete documentation index, see [llms.txt](https://manual-admin.cs-cart.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-admin.cs-cart.jp/mall-admin/users/admins/edit_admin.md).

# 管理者の登録・編集ページ

ECモールの管理者の登録・編集を行います。

***

## 「一般」タブ

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

<table><thead><tr><th width="240">項目</th><th>説明</th></tr></thead><tbody><tr><td><strong>ログイン情報</strong></td><td></td></tr><tr><td>Eメール</td><td>管理者のメールアドレスを表示・編集</td></tr><tr><td>パスワード</td><td>管理者のパスワードを変更</td></tr><tr><td>パスワード（再入力）</td><td>確認用にパスワードを再入力</td></tr><tr><td>言語</td><td>管理者の使用言語を選択</td></tr><tr><td><strong>請求先住所</strong></td><td></td></tr><tr><td>姓</td><td>管理者の姓を表示・編集</td></tr><tr><td>名</td><td>管理者の名を表示・編集</td></tr><tr><td>国名</td><td>管理者の国を表示・編集</td></tr><tr><td>郵便番号</td><td>管理者の郵便番号を表示・編集</td></tr><tr><td>都道府県</td><td>管理者の都道府県を表示・編集</td></tr><tr><td>市区町村</td><td>管理者の市区町村を表示・編集</td></tr><tr><td>番地</td><td>管理者の番地を表示・編集</td></tr><tr><td>ビル・建物名</td><td>管理者のビルや建物名を表示・編集</td></tr><tr><td>電話番号</td><td>管理者の電話番号を表示・編集</td></tr><tr><td><strong>配送先住所</strong></td><td></td></tr><tr><td>請求先住所と同じ</td><td>配送先を請求先と同じにするか選択</td></tr><tr><td>姓</td><td>配送先の姓を表示・編集</td></tr><tr><td>名</td><td>配送先の名を表示・編集</td></tr><tr><td>国名</td><td>配送先の国を表示・編集</td></tr><tr><td>郵便番号</td><td>配送先の郵便番号を表示・編集</td></tr><tr><td>都道府県</td><td>配送先の都道府県を表示・編集</td></tr><tr><td>市区町村</td><td>配送先の市区町村を表示・編集</td></tr><tr><td>番地</td><td>配送先の番地を表示・編集</td></tr><tr><td>ビル・建物名</td><td>配送先のビルや建物名を表示・編集</td></tr><tr><td>電話番号</td><td>配送先の電話番号を表示・編集</td></tr></tbody></table>

***

## 「ユーザーグループ」タブ

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

<table><thead><tr><th width="215">項目</th><th>説明</th></tr></thead><tbody><tr><td>ユーザーグループ</td><td>管理者に割り当て可能なユーザーグループ</td></tr><tr><td>ステータス</td><td>ユーザーグループの割り当てに関するステータス（有効/保留/利用可能/保留）を表示（変更可）</td></tr></tbody></table>


---

# 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://manual-admin.cs-cart.jp/mall-admin/users/admins/edit_admin.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.
