# Account Management

Sign in, manage the operator profile, and invite your client's team to one workspace

> Full REST + WebSocket API reference: https://api.happ.tools/reference

Set up the login your client's team uses to run their assistants, and add teammates so multiple operators share one inbox.

<AccountPageDemo />

## Register and sign in [#register-and-sign-in]

1. Go to [my.happ.tools](https://my.happ.tools) → **Sign Up**.
2. Pick a method (table below) and complete verification.
3. Sign back in anytime at [my.happ.tools](https://my.happ.tools) with the same method.

Forgot the password? **Forgot Password** → enter email → follow the reset link.

| Method           | How it verifies                                                |
| ---------------- | -------------------------------------------------------------- |
| Email & Password | Verification link sent to inbox                                |
| Phone            | Code via SMS or Telegram                                       |
| Google           | OAuth — account created from Google profile                    |
| Telegram         | Telegram authorization — account created from Telegram profile |

Sessions use JWT; tokens refresh automatically.

## Profile and team [#profile-and-team]

Profile settings (user menu, top-right): **Name**, **Email**, **Language**, **Notifications**.

Invite teammates: **Settings → Team → Invite Member** → enter email. They get a join link. Members can manage chats, assistants, integrations, and analytics.

Belong to multiple companies? Click the company name in the sidebar to switch — all data is isolated per company. See [Companies & Workspaces](/docs/companies).

**API:** [api.happ.tools/reference](https://api.happ.tools/reference)

Generate an access token in account settings and send it as `X-Access-Token: happ_your_token_here`.

## Next [#next]

* [Companies & Workspaces](/docs/companies) — isolate each client in its own workspace
* [Billing & Plans](/docs/billing) — pick a tariff per company
