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

# Administration in TestDino

> Manage organizations, members, billing, project settings, API keys, and data privacy in TestDino.

Administration covers the account-level controls in TestDino: who has access, how usage is billed, and how your data is handled. These settings sit outside daily test work and are usually configured once, then revisited as your team grows.

## Quick Reference

| Page                                                     | Use it to                                              |
| :------------------------------------------------------- | :----------------------------------------------------- |
| [Organizations](/platform/organizations/overview)        | Manage members, roles, and organization-wide settings  |
| [Single Sign-On](/platform/organizations/single-sign-on) | Set up SSO (OIDC or SAML) and SCIM user provisioning   |
| [Billing & Usage](/platform/billing-and-usage/overview)  | Track test usage and manage your subscription          |
| [Pricing](/pricing)                                      | Compare plans and limits                               |
| [Project Settings](/platform/project-settings)           | Configure a project's name, environments, and defaults |
| [API Keys](/guides/generate-api-keys)                    | Create and rotate keys for CLI uploads                 |
| [Data Privacy](/data-privacy/overview)                   | Review data handling, redaction, and retention         |
| [Support](/support)                                      | Reach the TestDino team                                |
| [Changelog](/changelog)                                  | See recent releases and changes                        |

## Set up access and billing

New organizations start with one owner. Invite members, assign roles, then connect billing before usage exceeds the free tier.

| Task                         | Page                                                          |
| :--------------------------- | :------------------------------------------------------------ |
| Invite members and set roles | [Organizations](/platform/organizations/users-roles)          |
| Connect your IdP for SSO     | [Single Sign-On](/platform/organizations/single-sign-on)      |
| Manage the subscription      | [Billing & Usage](/platform/billing-and-usage/manage-billing) |
| Check usage against limits   | [Test Limits](/platform/billing-and-usage/test-limits)        |
| Generate a CLI key           | [API Keys](/guides/generate-api-keys)                         |

## Related

<CardGroup cols={2}>
  <Card title="Organizations" icon="building" href="/platform/organizations/overview">
    Members, roles, and org settings
  </Card>

  <Card title="Billing & Usage" icon="credit-card" href="/platform/billing-and-usage/overview">
    Usage tracking and subscription
  </Card>

  <Card title="Data Privacy" icon="shield-check" href="/data-privacy/overview">
    Data handling, redaction, retention
  </Card>

  <Card title="API Keys" icon="key" href="/guides/generate-api-keys">
    Create and rotate upload keys
  </Card>
</CardGroup>
