# Changing your email address

It's not possible to change your email address, as log-ins are tied to a Google or Microsoft account, and trigger/step permissions are also account-specific. However, you can invite a new email address and transfer ownership to it:

1. Go to the [Members settings page](https://run.relay.app/dashboard#/settings/workspace/members) and invite the new email address to your workspace, make sure they're an 'Admin' if they will be the only user in your workspace
2. After the invitation has been accepted by the other email account, the new user needs to go into every workflow and "take over" the ownership of each step and trigger.
   1. You can do this by choosing "Transfer ownership" in the [members list](https://run.relay.app/dashboard#/settings/workspace/members) (or by changing trigger/step owners one by one).

      <figure><img src="/files/3SOCDTLxmhfiTwcFtavm" alt="" width="256"><figcaption></figcaption></figure>

<div align="center" data-full-width="false"><figure><img src="/files/C9Qidgc1kZN72Sio1skN" alt="" width="563"><figcaption></figcaption></figure></div>

3. Afterwards, if you intend to stay on a 1-user workspace (Free or Professional plans), delete your old email address from the workspace.


---

# Agent Instructions: 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://docs.relay.app/workspace-and-account/changing-your-email-address.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.
