> For the complete documentation index, see [llms.txt](https://docs.mvhq.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mvhq.io/support/connected-accounts.md).

# Connected Accounts

## **Which Accounts Can I Connect?**

There are currently six types of Connections: Google, Twitter, Discord, Steam, Email, and Wallet.

## Why Can’t I Connect Accounts On Mobile?

We recommend connecting all your accounts on desktop. After all your connections are complete, your mobile browsing experience should be smooth.

## How Did My Email Get Connected?

If your MVHQ account doesn’t have an email connected, and then you connect your Google/Discord, the email associated with your Google/Discord account automatically connects to your MVHQ account as well.

## Why Is My Email Automatically Connected?

It prevents people from unintentionally creating multiple MVHQ accounts. For example, someone logs in with Google and doesn’t connect anything else. Later, they log in again but use Discord to log in because they forgot they logged in with Google the first time. If their Google and Discord share the same Email, then the Discord login will automatically log into the MVHQ account that already has the Google account connection and will connect their Discord to the same account.

## Will I Lose Credits When Switching A Connected Account

No, all your [MVHQ Credits](/usdhq/mvhq-credits.md), [Credit Boosters](/usdhq/credit-boosters.md) and [Missions](/for-users/missions.md) progress is tied to your MVHQ account, not your connected accounts, so you won’t lose any progress by switching your connected accounts.

For details on how to switch your connected accounts visit the specific pages linked below:

* [Twitter/X](/support/connected-accounts/twitter-x.md)
* [Discord](/support/connected-accounts/discord.md)
* [Web3 Wallets](/support/connected-accounts/web3-wallets.md)
* [Steam](/support/connected-accounts/steam.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mvhq.io/support/connected-accounts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
