> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/jp/akauntoto/settings/profile.md).

# プロフィール

設定のプロフィールセクションで、個人アカウントの詳細を更新できます。

### プロフィール設定へのアクセス

1. 左上隅の Morphic ロゴをクリックして、組織/アカウントのドロップダウンを開きます。
2. ［設定］を選択します。
3. 左側のサイドバーから［プロフィール］をクリックします。
4. 名前、メールアドレス、プロフィール画像など、個人情報を管理します。

または、直接こちらへ: [studio.morphic.com/settings/profile](https://studio.morphic.com/settings/profile)

### プロフィールの管理

アカウントを自分らしくするには、プロフィールの詳細を更新できます:

* プロフィール画像: アカウントを表す画像をアップロードします。
* 氏名: Morphic 全体で表示される名前を更新します。
* メールアドレス: 通知や更新情報を受け取れるよう、メールアドレスが正しいことを確認してください。
* 友達を招待: 招待リンクをコピーして友達と共有し、相手が登録するとクレジットを獲得できます。

<figure><img src="/files/3ca0001112420507d81d5d262286e8879387fcce" alt=""><figcaption><p>プロフィール設定の管理</p></figcaption></figure>

<figure><img src="/files/baa7704c40819323391701cda03e1f145fc1514c" alt="Profile settings page"><figcaption><p>プロフィール管理インターフェース</p></figcaption></figure>

### アカウントの削除

プロフィールセクションから、Morphic アカウントとそれに関連するすべてのデータを完全に削除できます。削除はメールで確認され、完了すると元に戻すことはできません。

1. ダッシュボードから、左上隅のアカウントのドロップダウンを開きます
2. ［設定］を選択します。
3. クリック [プロフィール](https://studio.morphic.com/settings/profile) アカウントセクションの下にある
4. ページ下部の［アカウントを削除］オプションを見つけます
5. ［アカウントを削除］をクリックします
6. 確認ダイアログが表示されます。続行するには［リンクをメールで送信］をクリックします
7. Morphic から届いた確認メールを開き、リンクに従って削除を完了します。

<figure><img src="/files/277ba47d18b4c30a541905f0e87c800736b40cd4" alt=""><figcaption></figcaption></figure>

これで、Morphic でプロフィールを管理できます。ここには個人情報が保存され、必要なときにはアカウントを削除することもできます。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/jp/akauntoto/settings/profile.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.
