> 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/getting-started/setting-up-your-account/change-email-for-receiving-notifications.md).

# Change Email for Notifications

## Introduction <a href="#introduction" id="introduction"></a>

You can change your email address for receiving notifications (e.g., new issues and weekly digest). This change does not impact your authentication method.

## How To Change Your Email <a href="#how-to-change-your-email" id="how-to-change-your-email"></a>

**Step 1:** Navigate to [**Your Profile**](https://app.aikido.dev/my-profile) via the top right corner of the Aikido interface.

![User profile dropdown menu with options to view profile, add workspace, or log out.](/files/l1TtKIPIS1weTIoDBd0x)

**Step 2:** In the **email notification settings**, click the **edit icon** (next to the email).

![Notification email settings displaying the registered email address for alerts.](/files/kreoOV9JGElLIQJKRgQb)

**Step 3:** **Enter your new email address** in the provided field within the modal.

![Edit notification email address for receiving Aikido security alerts.](/files/vgqVBrthhbLHaUHOGBv0)

**Step 4:** After entering your new email, **a verification email will be sent** to the new address. Follow the instructions within this email to confirm the change.

![Email verification prompt for notification updates on the Aikido platform.](/files/T85AbHfMdbKdc3xpAszN)


---

# 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:

```
GET https://help.aikido.dev/getting-started/setting-up-your-account/change-email-for-receiving-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
