# My Account

The Account page is your personal home in TheContentForge. It's where you switch between teams, set your default workspace, link a Solana wallet for on-chain features, and manage your password, email, and billing history.

### My Teams

A list of every organisation you belong to, with your role badge (Owner / Admin / Editor / Member) and the team's plan tier next to each name.

* **Star icon** — click an empty star to set that team as your default. The default team is the workspace you land on at sign-in. The currently-default team has a filled star
* **Switch** — change your active workspace to that team. The app reloads in the new context
* The active team shows a checkmark instead of a Switch button

### Web3 Wallet

Link a Solana wallet to your account. Used by features like [Wallet Intelligence](/thecontentforge-docs/intelligence/wallet-intelligence.md) for personalisation and verification. Solflare is recommended; Phantom and other Solana wallet adapters are also supported.

* Connect your wallet through the standard adapter flow
* **Verify Ownership** asks the wallet to sign a message proving you control the address. No gas, no transaction
* Once verified, you can copy the address or open it on Solscan
* **Disconnect Wallet** removes the link from your account

### Change Password

Update the password you use to sign in. Minimum 6 characters. Submitted via the standard password update form.

### Change Email Address

Move your account to a different email. For safety, confirmation links are sent to **both** your old and new addresses — both have to confirm before the change takes effect.

### Billing & Payments

A history of MoonPay crypto transactions tied to your subscription. Each row shows status, amount, blockchain hash, and date.

### Workflow

1. Pick a default team by starring it — that's the workspace you'll land on at every sign-in
2. Switch between teams from this page when you need to work in another workspace
3. Link and verify a Solana wallet if you plan to use any Intelligence feature personally
4. Update password, email, or check billing as needed

### Tips

* The Account page is also reachable as **My Account** in the sidebar
* Switching teams reloads the app — finish what you're doing first
* Wallet verification is one signature, not a transaction; nothing leaves your wallet

### Related

* [User Roles](/thecontentforge-docs/getting-started/user-roles.md) — what your role badge means in each team
* [Wallet Intelligence](/thecontentforge-docs/intelligence/wallet-intelligence.md) — uses your linked wallet for on-chain features
* [Settings Reference](/thecontentforge-docs/admin-guide/settings-reference.md) — org-level settings (admin only)


---

# 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://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/my-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.
