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

# Admin Overview

> Getting started with Experio administration

## Admin Panel

The Experio admin panel is available at `/admin` for users with administrator privileges. It provides a centralized interface for configuring data sources, managing the knowledge graph, monitoring system health, and controlling user access.

## Admin Navigation

The admin sidebar is organized into five sections:

<CardGroup cols={2}>
  <Card title="Data Sources" icon="database">
    Connect cloud storage, configure data ingestion, set up content types, and manage automated flows.
  </Card>

  <Card title="Knowledge Graph" icon="diagram-project">
    Configure the ontology, taxonomies, matching strategies, and client branding.
  </Card>

  <Card title="Monitoring" icon="chart-line">
    Track jobs, view execution history, and inspect system logs.
  </Card>

  <Card title="Users" icon="users">
    Manage SSO configuration and user access.
  </Card>
</CardGroup>

<Card title="Settings" icon="gear">
  Configure AI models, MCP servers, AI instructions, document templates, and system settings.

  <br />

  See [Document Templates](/admin-guide/document-templates) for PPTX template management.
</Card>

## Permissions

Admin access is controlled through a role-based permission system:

| Permission Group | Controls                                                        |
| ---------------- | --------------------------------------------------------------- |
| **Data Source**  | Connectors, data sources, mappings, content types, flows        |
| **Graph**        | Ontology, taxonomies, matching strategies, client configuration |
| **Monitoring**   | Jobs, flow executions, system logs                              |
| **Users**        | SSO clients, user management                                    |

Each permission group has two levels:

* **Read** — View configurations and data (required to see the section)
* **Write** — Create, edit, and delete (required to make changes)

## Onboarding Checklist

When you first access the admin panel, you'll see a guided **onboarding checklist** that walks through the initial setup steps in order. See [Onboarding Checklist](/admin-guide/onboarding-checklist) for details.

## Next Steps

<CardGroup cols={2}>
  <Card title="Onboarding Checklist" icon="list-check" href="/admin-guide/onboarding-checklist">
    Follow the step-by-step setup process for a new deployment.
  </Card>

  <Card title="Connectors" icon="plug" href="/admin-guide/connectors">
    Connect your first cloud storage provider.
  </Card>

  <Card title="Integrations" icon="puzzle-piece" href="/admin-guide/integrations">
    Set up Google Workspace integration for per-user access to Gmail, Drive, Calendar, and Docs.
  </Card>
</CardGroup>
