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

# Command Center

> The web UI for managing your 2501 installation

Command Center is where you operate 2501 with a UI: configure hosts, agents, gateways, rules, knowledge, and models; monitor jobs and tasks as they run; track usage and benchmarks. Everything except the deployment itself is managed here.

<img src="https://mintcdn.com/2501/n7bMhBRTgNk33Mty/images/command-center.jpeg?fit=max&auto=format&n=n7bMhBRTgNk33Mty&q=85&s=b928a2112ce3978e4d61d002641bf726" alt="Command Center" width="2936" height="1794" data-path="images/command-center.jpeg" />

## Sidebar map

The sidebar groups pages by purpose. Each item below links to the concept page for the full reference.

| Group          | Pages                                                                                                                                                                                                                                                                                                 | What you do here                                                      |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| **Operations** | [Tasks](/0.8/core-concepts/tasks), [Jobs](/0.8/core-concepts/jobs), [Job Schedules](/0.8/core-concepts/job-schedules), [Tickets](/0.8/core-concepts/tickets)                                                                                                                                          | Watch agent work in real time and audit past runs                     |
| **Inventory**  | [Agents](/0.8/core-concepts/agents), [Hosts](/0.8/core-concepts/hosts)                                                                                                                                                                                                                                | Register the machines you operate and the agents bound to them        |
| **Configure**  | [Specialties](/0.8/configure/specialties), [Operational Rules](/0.8/configure/operational-rules), [Blacklist](/0.8/configure/blacklist), [Knowledge](/0.8/configure/knowledge), [Credentials](/0.8/configure/credentials), [Gateways](/0.8/core-concepts/gateways), [Plugins](/0.8/configure/plugins) | Shape agent behavior, ingest knowledge, manage secrets, route tickets |
| **Manage**     | Usage, Benchmarks                                                                                                                                                                                                                                                                                     | Analytics, agent performance in sandbox                               |
| **Settings**   | Tenant, Organizations, Users, Providers, Models, License                                                                                                                                                                                                                                              | Tenant defaults, RBAC, model catalog, license                         |
| **Assistant**  | AI Assistant                                                                                                                                                                                                                                                                                          | Chat your way through the platform                                    |

## Tenant and organization

The sidebar footer shows the read-only **Tenant** name above the organization picker and your signed-in user. There is one tenant per on-prem install; the picker switches between [organizations](/0.8/core-concepts/organizations) within that tenant.

## AI Assistant

A chat interface for working with your platform in natural language. Open it from **AI Assistant** in the sidebar. It can look up tasks, jobs, tickets, hosts, agents, gateways, knowledge — and make changes such as adding an operational rule or a blacklisted command.

* **Reads run automatically.** Lookups happen without interruption.
* **Writes need approval.** When the assistant wants to create, update, or delete a resource, it pauses with approve / reject buttons. You can mark individual tools as auto-approve.
* **Scoped to your org.** Conversations belong to the organization you have selected.
* **Credential secret values are never shown** in assistant output.

Access follows your role — administrators and standard users can use it; auditors get read-only access.

<Frame caption="AI Assistant: conversations on the left, the active chat in the center, and resources the assistant touched on the right.">
  <img src="https://mintcdn.com/2501/kr0HtinaCJPsc_vr/images/ai_assistant.png?fit=max&auto=format&n=kr0HtinaCJPsc_vr&q=85&s=bac3ec7a474bbd5fdf07c2344c7ccdf9" alt="AI Assistant" width="2880" height="1800" data-path="images/ai_assistant.png" />
</Frame>

## Analytics surfaces

<CardGroup cols={2}>
  <Card title="Usage" icon="chart-line" href="/0.8/configure/licensing#the-usage-page">
    Plan caps + LLM cost and token activity over time.
  </Card>

  <Card title="Benchmarks" icon="flask">
    Pass rate, compliance, and trends from scenario runs.
  </Card>
</CardGroup>

Benchmarks are typically only present in a sandbox environment.
