# Overview

An Overview of Administering Quor

## Admin Panel

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

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

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

<img className="rounded-image" src="/assets/admins/admin_panel_overview.png" alt="Quor Admin Panel Overview"/>

## Core Admin Features

<Tip>
  Not sure where to start? Click the cards below to see commonly configured features in Quor!
</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 Quor.
  </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="Quor 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>
