> For the complete documentation index, see [llms.txt](https://support.charlla.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.charlla.io/jp/users-guide/manage-1/account.md).

# 会員情報の管理

ご登録いただいている氏名、メールアドレス、パスワード、ショップ情報などの確認・変更手順について解説します。

### 🛠️ 設定画面の開き方

会員情報の変更は、管理画面の右上のアイコンから行います。

1. アカウントメニューを開く 管理画面の右上にある \[ユーザーアイコン<img src="https://3627017617-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHfZL4HYwO19vNYjGhjS%2Fuploads%2FdHTRdo9mPuaOVytFz64g%2Fimage.png?alt=media&amp;token=880fd500-062f-48ab-8ae7-235c97f9c233" alt="" data-size="line">] をクリックします。
2. 表示されたメニューの中から 「アカウント管理」 をクリックすると、編集画面が開きます。

<figure><img src="https://3627017617-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHfZL4HYwO19vNYjGhjS%2Fuploads%2FVDLPGuJlNXwYY1ffQr3p%2F%E3%82%A2%E3%82%AB%E3%82%A6%E3%83%B3%E3%83%88%E7%AE%A1%E7%90%86.png?alt=media&amp;token=7c37233e-bd0c-43b0-b3f9-31c7957cb8a6" alt=""><figcaption></figcaption></figure>

### 📝 変更できる項目

設定画面では、以下の項目をアップデートできます。

#### 1. プロフィール設定

* 氏名: 管理画面上に表示されるお名前を変更できます。
* メールアドレス: ログイン用のアドレスを変更します。

  <sup><sub>※ アドレス変更後、確認メールが届く場合がありますのでご確認ください。<sub></sup>

#### 2. パスワードの変更

セキュリティのため、定期的な更新をおすすめします。\
詳細の変更方法は[\[パスワードの変更\]](/jp/users-guide/manage-1/account/password.md)ページをご確認ください。

* 現在のパスワードと、新しく設定したいパスワードを入力して更新してください。

#### 3. ショップ情報

ショッププレイヤーで表示される情報を設定します。ショップ名を非表示にすることも可能です。\
詳細の変更方法は[\[ショップ情報の変更\]](/jp/users-guide/manage-1/account/password.md)ページをご確認ください。

***

### ✅ 変更の保存

情報を書き換えたら、必ず画面下部（または右上）にある 「保存する」 ボタンをクリックしてください。「設定を更新しました」とメッセージが表示されれば完了です。

***

> ⚠️ ご注意ください
>
> * プランの変更: 契約プランのアップグレードや支払い情報の変更は、別メニューの「プラン・お支払い」からお手続きいただけます。
> * ログイン不可: パスワードを忘れてログインできなくなった場合は、ログイン画面の「パスワードをお忘れの方」より再発行を行ってください。


---

# 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.charlla.io/jp/users-guide/manage-1/account.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.
