# User Settings

## What Are User Settings?

The MVHQ User settings will allow you to customize the appearance of your profile, manage your logged in devices, and your connected accounts. From the [User Settings Page](https://app.mvhq.io/settings/account) you can change the following:

* Your profile picture
* Username
* Connected email address(es)
* Active devices
* [Connected Accounts](/for-users/user-settings/connected-accounts.md)
  * Twitter/X
  * Discord
  * Google
  * Steam
* [Web3 Wallets](/for-users/user-settings/web3-wallets.md)

## How Do I Get To The User Settings Page?

You can get to the [User Settings Page](https://app.mvhq.io/settings/account) by clicking on your User Profile in the top right of the [MVHQ App](https://app.mvhq.io/) to open the sidebar and select "Settings" from the list.

<figure><img src="/files/P3xy8e3mcWL7UINxPKm1" alt=""><figcaption></figcaption></figure>


---

# 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.mvhq.io/for-users/user-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.
