> For the complete documentation index, see [llms.txt](https://thecontentforge.gitbook.io/thecontentforge-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/my-account.md).

# 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.

Only Editors, Admins, and Owners see **Social Connections** in My Account (Members do not). Use My Account > Social Connections to connect social accounts, choose publishable profiles, and manage analytics tracking.

### 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/web3-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

The in-app Billing widget lists your crypto payment history, with status, amount, and date for each transaction. It does not show card or subscription line items. Your card and crypto **subscription status** is managed through the subscription and reactivation flow rather than shown as rows here.

**Reactivating a blocked account.** If a payment fails or a subscription is cancelled, access pauses immediately. To restore it, reactivate from `/reactivate` - your data is preserved while access is paused.

### FORGE Holder Access

The FORGE Holder Access card is only active where your operator has enabled it. Where it is enabled and you hold **$FORGE**, the Account page shows a holder-access card summarising your access: each active or paused grant with its tier, your verified balance, and when it was last checked, plus a **Recheck now** button and **Manage holder access**. Holder access is conditional on continuously holding the required balance and is independent of any paid plan. See [Holder Access (Utility)](/thecontentforge-docs/tokenomics/tokenomics/holder-access.md).

### Social Connections

Social Connections now lives under My Account. Owners and Admins use it to connect, disconnect, and manage publish/track defaults for social profiles. Editors and other users can see the connected publishing context available to them based on role and workspace settings.

Open **My Account > Social Connections** when you need to connect X, review profile status, set publishable profiles, or check active social profile usage.

### 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. Open My Account > Social Connections when you need to manage social publishing or tracking
5. Update password, email, or check billing as needed

### Tips

* The Account page is also reachable as **My Account** in the sidebar
* Social Connections is documented as **My Account > Social Connections**
* 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/web3-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
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://thecontentforge.gitbook.io/thecontentforge-docs/feature-guides/my-account.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.
