# Account settings

You can reach your account settings by clicking the settings icon in the top right corner of the app.

<div data-full-width="true"><figure><img src="/files/Kyw942ZQ0mOu2KBprSdz" alt="" width="563"><figcaption></figcaption></figure></div>

### Update my profile

To update your profile, go to **Settings** > **Profile**, where you can edit details such as your username, email, profile picture, or phone number.

{% hint style="info" %}
Moonshot will not allow the use of a username, email, or phone number that is linked to a different account.
{% endhint %}

### Notifications

To manage which notifications you'd like to receive, open **Settings** > **Notifications**.

<figure><img src="/files/FXFfWiYbyMTLZHfsAXSk" alt="" width="375"><figcaption></figcaption></figure>

### Export keys

If you want to export your seed phrase, go to **Settings** > **Export Keys** > **Export Secret Phrase**, then import it into another wallet app like Phantom Wallet.

{% hint style="danger" %}
**Important Security Note:** Never share your seed phrase. Moonshot will never ask for it. Never past it into any website. Store it securely and ensure the spelling and order are correct.&#x20;
{% endhint %}

### Delete my account

To delete your account in the app, go to **Settings** > **Legal & Privacy** > **Delete account** and follow the steps provided.

You must have no more than $5 in your wallet, or you will not be able to delete your account.&#x20;

{% hint style="info" %}
**Important Note:** Deleting your account cannot be undone. Our support team will be unable to help you regain access to your account after its deletion.
{% endhint %}


---

# 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://support.moonshot.com/get-started/account-settings.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.
