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

# Dashboard

> Get a quick view of access coverage, roles, and recent activity.

<Info>
  The dashboard gives you a quick snapshot of access across your organization or carrier. It's the fastest way to see what's set up and what might need attention.
</Info>

<Frame caption="Admin Portal dashboard with organization scope, access metrics, and activity">
  <img src="https://mintcdn.com/cedaraiinc/3XL8_nY45kQdoBAs/images/admin/dashboard-overview.png?fit=max&auto=format&n=3XL8_nY45kQdoBAs&q=85&s=bbd859bc6d92d45fb72ac96d70bf6a23" alt="Admin Portal dashboard overview showing organization scope, metrics, and charts" width="1440" height="900" data-path="images/admin/dashboard-overview.png" />
</Frame>

## Organization scope (optional)

<Note>
  Organizations are an optional feature for accounts managing multiple carriers. If you don't see the organization scope section, your account uses single-carrier mode.
</Note>

If your account has an organization set up, the dashboard shows your **organization scope** at the top left. This displays:

* The organization name
* Number of carriers in scope
* Permission layers configured
* Carrier bindings

<Tip>
  Click **Open organization view** to manage your organization hierarchy and layers. See [Organization](/user-docs/admin/organization) for details.
</Tip>

## At a glance

<CardGroup cols={4}>
  <Card title="User Groups" icon="users">
    Teams with access
  </Card>

  <Card title="Members" icon="user">
    People across groups
  </Card>

  <Card title="Roles" icon="key">
    Permission sets
  </Card>

  <Card title="Bindings" icon="link">
    Active access grants
  </Card>
</CardGroup>

## What you can do

<Tabs>
  <Tab title="Review metrics" icon="chart-pie">
    See how many user groups, members, roles, and bindings exist at your carrier. The charts show the distribution between custom and built-in roles.
  </Tab>

  <Tab title="Check activity" icon="clock-rotate-left">
    The **Recent activity** section shows the latest changes. Click **View log** to see the full history.
  </Tab>

  <Tab title="Quick actions" icon="bolt">
    Use the action buttons to jump directly to:

    * **Add Binding** — grant new access
    * **Create Group** — set up a new team
  </Tab>
</Tabs>

## When to use the dashboard

<AccordionGroup>
  <Accordion title="Checking new team setup" icon="clipboard-check" defaultOpen>
    Quickly verify that access is configured for a new team by checking the metrics and recent activity.
  </Accordion>

  <Accordion title="Confirming recent changes" icon="magnifying-glass">
    After making changes, return to the dashboard to confirm they appear in the activity feed.
  </Accordion>

  <Accordion title="Finding quick paths" icon="arrow-right">
    Use the dashboard as a launchpad to jump directly to Bindings, User Groups, or Roles.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Organization" href="/user-docs/admin/organization" icon="building">
    Manage organization hierarchy
  </Card>

  <Card title="Bindings" href="/user-docs/admin/bindings" icon="link">
    Grant access to groups
  </Card>

  <Card title="User Groups" href="/user-docs/admin/user-groups" icon="users">
    Manage teams
  </Card>

  <Card title="Roles" href="/user-docs/admin/roles" icon="key">
    Review permission sets
  </Card>
</CardGroup>
