# Account

[Dashboard > Settings > Account](https://app.mortgage-quote.me/dashboard/settings)

The account settings page allows you to change the name and email address associated with your account, as well as deleting your account as a whole.

### Updating your details

Make sure to click the "Update Account" button to save your changes.

### Updating your account email

If you need to update the email address associated with your MortgageQuote account, please [get in touch](mailto:support@mortgage-quote.me) and we can assist you with this process.

### Deleting your account

In order to delete your account, press the "Delete Account" text and then confirm account deletion by clicking the "Delete" button in the popup box.

{% hint style="danger" %}
If you have subscribed to any of our plans, please cancel the subscription before deleting your account.
{% 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://mortgagequote.gitbook.io/mortgagequote-guides/guides/settings/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.
