> 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/user_manual/akauntono.md).

# アカウント情報の確認・編集

## **管理者情報の確認画面**

CMS画面の右上に表示されている\[アカウント名]をクリックすると、下記メニューが表示されます。

<figure><img src="/files/SyVC3shR9JF3vmlhQFtX" alt=""><figcaption><p>画像クリックで拡大</p></figcaption></figure>

* [**プロフィール**](#purofruno)**：**&#x30E1;ールアドレスや氏名、パスワードの確認・変更を行えます。
* [**顧客**](#frontsaitono)**：**&#x5951;約情報の確認、契約プランの確認、Frontサイトの公開設定やFrontサイトのURLを設定できます。
* [**ログアウト**](#roguauto)**：**&#x43;MSからログアウトします。

### **プロフィールの編集**

ログインアカウントのメールアドレス、氏名、パスワードの確認、変更が行えます。

**\[アカウント名] > \[プロフィール]**&#x304B;ら設定画面を行います。

* **基本情報：**&#x4E0B;記情報の確認が行えます。\
  メールアドレス / 氏名（姓、名） / 電話番号 / アカウント権限\
  氏名、電話番号は修正ができます。修正後は必ず\[保存]ボタンで修正内容を保存してください。
* **パスワード変更**：パスワードが変更できます。\
  ・現在のパスワード：現在のログインパスワードを入力してください。\
  ・パスワード　　　：新しく設定するパスワードを入力してください。\
  ・パスワード確認　：確認の為、新しく設定するパスワードをもう一度入力してください。\
  　パスワード変更後は、必ず\[保存]ボタンで変更内容を保存してください。

### **契約情報、Frontサイトの公開設定**

契約者情報や契約プラン内容の確認、Frontサイトの公開設定の編集を行えます。

**\[アカウント名] > \[顧客]**&#x304B;ら設定画面を開き、各項目の確認・編集を行ってください。

<figure><img src="/files/KS7XnJ5Nz5XtWbyPkDy2" alt="" width="563"><figcaption></figcaption></figure>

各項目についての詳細説明は、以下のスクリーンキャプチャを参考の上確認してください。

<figure><img src="/files/RmO2pZUIFGtm8xDR2cME" alt="" width="187"><figcaption><p>画像クリックで拡大</p></figcaption></figure>

1. **顧客：**&#x9867;客情報の確認、編集を行えます。\
   編集を行った際は必ず\[保存]ボタンで編集内容を保存してください。
   * 会社名
   * 担当者の指名（姓 / 名）
   * メールアドレス
   * 電話番号
   * ご住所（任意）<br>
2. **契約：**&#x73FE;在のご契約プランを確認できます。ストレージや転送量の上限を確認できます。\ <mark style="color:red;">※プラン変更をご希望の際は、サービス担当者宛へ直接ご連絡下さい</mark><br>
3. **アカウント：**&#x46;rontサイトの公開設定の変更や、サイトURLの確認を行えます。\
   Frontサイトの公開設定を変更する場合は、右側のボタンをクリックして\[公開]、\[非公開]を切り替えてください。<br>

   <figure><img src="/files/9koTQwebXzJbRGSJf4cE" alt="" width="563"><figcaption><p>画像クリックで拡大</p></figcaption></figure>

### **ログアウト**

CMSからログアウトします。

\[マイアカウント] > \[ログアウト]ボタンをクリックすると、ログイン画面が表示されます。

<figure><img src="/files/j2Y9AwkByNQLIJGgb8lq" 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://support.megadoga.com/user_manual/akauntono.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.
