> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/hajimeni/setting-up-your-account/change-email-for-receiving-notifications.md).

# 通知用メールアドレスの変更

## はじめに <a href="#introduction" id="introduction"></a>

通知（例：新しい課題や週次ダイジェスト）を受け取るメールアドレスを変更できます。この変更は認証方法には影響しません。

## メールアドレスの変更方法 <a href="#how-to-change-your-email" id="how-to-change-your-email"></a>

**ステップ 1:** 次へ移動: [**あなたのプロフィール**](https://app.aikido.dev/my-profile) Aikido インターフェース右上のメニューから。

![プロフィールの表示、ワークスペースの追加、ログアウトのオプションがあるユーザープロフィールのドロップダウンメニュー。](/files/877653c52ffc126bdef1d0773e8cf02bbe8f12ea)

**ステップ 2:** で **メール通知設定**、をクリックしてください **編集アイコン** （メールアドレスの横にあります）。

![アラート用に登録されたメールアドレスを表示する通知メール設定。](/files/f2a50a3acfe71f06896737f0b061d040165350d2)

**ステップ 3:** **新しいメールアドレスを入力してください** モーダル内の指定欄に。

![Aikidoのセキュリティアラートを受け取る通知用メールアドレスを編集します。](/files/90ca3edc28b8e4ab38c4a47618a373657df329c6)

**ステップ 4:** 新しいメールアドレスを入力したら、 **確認メールが送信されます** 新しいアドレス宛てに送信されます。このメール内の指示に従って変更を確認してください。

![Aikidoプラットフォームでの通知更新のためのメール確認プロンプト。](/files/36b3db1852328ce6406d2bff8f6c44f481d781c0)


---

# 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://help.aikido.dev/docs/docs-ja/hajimeni/setting-up-your-account/change-email-for-receiving-notifications.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.
