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

# Overview

> An Overview of Administering Onyx

## Admin Panel

The Onyx Admin Panel is accessed by clicking your user profile icon and selecting **Admin Panel**.

This centralized dashboard gives administrators comprehensive control over their Onyx workspace.

<Note>
  The first user in your Onyx instance will automatically be an Admin. Only Admins can designate other users as Admins.
</Note>

<img className="rounded-image" src="https://mintcdn.com/danswer/sZSCgOqeRdUK59k_/assets/admins/admin_panel_overview.png?fit=max&auto=format&n=sZSCgOqeRdUK59k_&q=85&s=b81c416c1788bc85d2d2d27030b6088c" alt="Onyx Admin Panel Overview" width="2766" height="1409" data-path="assets/admins/admin_panel_overview.png" />

## Core Admin Features

<Tip>
  Not sure where to start? Click the cards below to see commonly configured features in Onyx!
</Tip>

<Columns cols={2}>
  <Card title="Language Models" icon="plug" href="/admins/ai_models/overview">
    Configure the language model providers and models available to your users.
  </Card>

  <Card title="Connectors" icon="plug" href="/admins/connectors/overview">
    Configure your connectors to index your organization's data in Onyx.
  </Card>

  <Card title="Actions & MCP" icon="play" href="/admins/actions/overview">
    Create custom actions for your Agents to leverage and connect your MCP servers.
  </Card>

  <Card title="Agents" icon="robot" href="/admins/agents/overview">
    Publish custom Agents for every use case.
  </Card>

  <Card title="Onyx Slack Bot" icon="slack" href="/admins/getting_started/slack_bot_setup">
    Configure a Slack Bot powered by your knowledge, Agents, and Actions.
  </Card>

  <Card title="User Management" icon="users" href="/admins/user_management/users_and_groups">
    Manage users, groups, and API keys.
  </Card>

  <Card title="Workspace Analytics" icon="chart-line" href="/admins/analytics/overview">
    Monitor usage and performance across your workspace.
  </Card>

  <Card title="Advanced Configs" icon="gear" href="/admins/advanced_configs/search_configs">
    Configure search, processing, multilingual settings, rate limits, and branding.
  </Card>

  <Card title="Plans & Billing" icon="wallet" href="/admins/billing/overview">
    Subscribe to a plan, manage seats, and view your billing details.
  </Card>
</Columns>
