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

# Administration

> Operate access, usage, organizations, and security without mixing them into the reliability workflow.

Administration contains the controls needed to run Failproof AI across a team. Most readers can stay in Sessions, Audits, and Policies; administrators use this section to manage access and operating boundaries.

<Tabs>
  <Tab title="Dashboard">
    Use the Cloud sidebar's **Admin** section for **policy editor**, **enforcement**, **usage**, **keys**, **users**, and **settings**. A locked item shows that your account is missing its read permission.

    <img src="https://mintcdn.com/exosphere/WgPwQzedeDNwJBTy/images/dashboard/admin-navigation.png?fit=max&auto=format&n=WgPwQzedeDNwJBTy&q=85&s=24661fb5ca014a16ddbfdaee8b7803d2" alt="The Admin section of the Cloud sidebar with policy editor, enforcement, usage, keys, users, and settings." width="822" height="327" data-path="images/dashboard/admin-navigation.png" />
  </Tab>

  <Tab title="CLI">
    ```bash theme={null}
    fp whoami
    fp orgs current
    fp orgs perms
    fp usage
    ```

    Put global options before the command, for example `fp --org reliability-team --json usage`.
  </Tab>
</Tabs>

<Columns cols={2}>
  <Card title="Usage" icon="chart-no-axes-combined" href="/admin/usage">
    Inspect billing windows and organization consumption.
  </Card>

  <Card title="Keys and permissions" icon="key-round" href="/admin/keys-and-permissions">
    Give machines and automation only the permissions they require.
  </Card>

  <Card title="Users and organizations" icon="users" href="/admin/users-and-organizations">
    Manage membership, defaults, and organization boundaries.
  </Card>

  <Card title="Settings and security" icon="lock-keyhole" href="/admin/settings-and-security">
    Configure operational settings, data handling, and deployment security.
  </Card>
</Columns>
