> For the complete documentation index, see [llms.txt](https://docs.d5render.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.d5render.com/d5-account-and-purchase/how-to-change-your-d5-account-email.md).

# How to Change Your D5 Account Email?

You can now update your account email directly within [**MySpace**](https://myspace.d5render.com/). **Path:** Go to **MySpace > Settings > Account**.

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

**The Process:**

1. Click the **"Change"** button next to your email address.
2. The system will send a verification code to your **original email** for security authentication.
3. Once verified and the new email is linked, a notification will be sent to your old email address confirming the change.

> **Note:** For security reasons, you can only change your email **once per calendar year**. Please proceed with caution.

***

#### **Why can't I launch the "Change Email" window?**

In the following scenarios, the email change pop-up will not open, or the feature will be unavailable:

* **SSO Login:** Users who log in via Single Sign-On (SSO) systems.
* **Linked Google ID:** Accounts currently linked to a Google ID.
* **Pending Team Invitations:** Users with outstanding team invitations that have not yet been accepted or resolved.


---

# 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://docs.d5render.com/d5-account-and-purchase/how-to-change-your-d5-account-email.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.
