# Account

<details>

<summary>Can I change the way I login to my Mitoworld account? </summary>

Your Mitoworld account is automatically linked to your account choice during sign up, we are unable to change your selected login option as it will be permanently linked in the database.&#x20;

</details>

<details>

<summary>I want to migrate my MitoPro to another account.</summary>

All the subscriptions are tied to one specific account. We are unable to migrate your subscription plan to another account.

</details>

<details>

<summary>Is it safe to log in with Metamask account? </summary>

Yes, our platform uses a safe third party API called Auth0 which integrates with Sign-In with Ethereum that is widely used throughout Web3. It is a new form of authentication that enables users to control their digital identity with their [Ethereum](https://ethereum.org/) account and [ENS](https://ens.domains/) profile instead of relying on a traditional intermediary

</details>

<details>

<summary>I accidentally created my account with the wrong email, can I re-link my account?</summary>

Please proceed to create a new account with the correct email address. \
\
If you have Worlds connected to the account, or any technical difficulties, please feel free to reach out to us for further assistance.

</details>

<details>

<summary>Can I merge two accounts to migrate my world? </summary>

No, you are unable to merge your accounts or migrate your world data from one account to another. However, we will launch collaborative tools in the near future to allow other accounts to access and edit the same world at the same time

</details>

<details>

<summary>How do I reset my password? </summary>

You may go to profile section on the top left corner of your dashboard and click “Reset Password” to reset your password.

</details>


---

# 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.mitoworld.io/mitoworld-guide/mitoworld-faq/account.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.
