> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iotools.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Account dashboard

> Everything tied to your account, on one page

[`/account/`](https://iotools.cloud/account/) is a single scrollable page with a sticky section rail, and it's where every account-level setting lives — Kits and Favorites are the one exception, since each kit gets its own workspace page (see [Kits](/features/kits)).

## What's on it

* **Profile** — your email, plan badge, and email verification status.
* **Credits** — this month's usage against your allowance, and a history dialog. Covered in full at [Credits](/concepts/credits) — this section is just the live numbers.
* **Billing** — your subscription and any one-time purchases.
* **API keys** — create and revoke keys. Covered in full at [Authentication](/api/authentication) — this section is just where you manage them.
* **Connected apps** — third-party apps you've authorized over [OAuth](/mcp/overview#authentication), each revocable immediately from here.
* **Recently used** — the last 12 tools you've opened.
* **Tool requests** — tools you've asked us to build.

Every section fails soft to empty rather than breaking the page if something can't be read, and the page always reflects your current session — it's never served from a cache.

<Note>
  Signed out, `/account/` redirects to sign-in. Everything here is per-account, not per-device.
</Note>
