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

# Account and billing

> What each Settings page controls, and which role can change it.

Every page in **Settings** applies to the workspace you currently have open. If you run
more than one, switch first: a rename or a key rotation lands wherever you are.

## The Settings pages

| Nav item                   | Page heading             | Controls                                                               |
| -------------------------- | ------------------------ | ---------------------------------------------------------------------- |
| **General**                | `General`                | Display name, primary domain, favicon, workspace ID, timezone          |
| **Domains**                | `Domains`                | First-party tracking subdomains and the default domain                 |
| **API**                    | `API`                    | The Agent key and the write key                                        |
| **Team**                   | `Team`                   | Members, roles, invitations, ownership transfer                        |
| **Billing**                | `Billing`                | Plan, payment portal, current-cycle event and postback usage           |
| **Danger zone**            | `Danger zone`            | Workspace deletion                                                     |
| **Install**                | `Tracking`               | The install snippet and the per-platform install guides                |
| **Identity & Attribution** | `Identity & Attribution` | Auto Identify, Shopify cart attribution, GPC, DNT, strict privacy mode |
| **Pixels & scripts**       | `Container`              | Third-party pixels and scripts loaded through `dl.js`                  |
| **Filters**                | `Filters`                | Extra hostnames, blocked IPs, blocked pages, masked pages              |
| **Privacy & redaction**    | `Health & Wellness`      | Sensitive-category redaction on outgoing CAPI payloads                 |

Use the nav item when you navigate, and the page heading to confirm you landed in the
right place.

<Note>
  Looking for **Sources**? It sits at the top level under **Manage**, not inside
  **Settings**.
</Note>

## Who can do what

Three roles exist: `owner`, `admin`, and `member`.

| Action                                                          | owner | admin | member |
| --------------------------------------------------------------- | ----- | ----- | ------ |
| Read reports, events, users                                     | Yes   | Yes   | Yes    |
| Edit General, Filters, Identity & Attribution, Pixels & scripts | Yes   | Yes   | No     |
| Add or remove a tracking domain                                 | Yes   | Yes   | No     |
| Generate or regenerate an API key                               | Yes   | Yes   | No     |
| Invite, remove, or re-role a member                             | Yes   | Yes   | No     |
| Remove an owner, or grant the owner role                        | Yes   | No    | No     |
| Open the billing portal                                         | Yes   | No    | No     |
| Delete the workspace                                            | Yes   | No    | No     |

A `member` sees the pages without the controls. We also enforce the rule on the server, so
a hand-built request fails with `Requires one of: owner, admin (you are member)`.

## Verify which workspace you are editing

Open **Settings → General**. The `Workspace ID` field holds the public ID your install
snippet carries. Compare the two before you change anything.

## Next

* [Workspace settings](/account/workspace-settings): rename the workspace and copy the workspace ID.
* [API keys](/account/api-keys): generate the key that the Read API needs.
* [Team members](/account/team-members): invite a teammate and pick their role.
* [Plans and billing](/account/billing): see your plan and open the payment portal.
