> For the complete documentation index, see [llms.txt](https://docs.uptiq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uptiq.ai/start-here/control-center.md).

# Control Center

Control Center is the account-wide administration and monitoring surface of the Qore platform. It's where you watch how your apps and agents are used, evaluate the quality of their output, enforce guardrails and kill switches, inspect logs, manage billing, and control who has access.

<figure><img src="/files/hFd1PWUwXiR4J5SXoy5z" alt="The Control Center landing view for an operator, showing its module navigation"><figcaption><p>Control Center as an operator sees it, with the modules listed below in the left navigation.</p></figcaption></figure>

## At a glance

* **What it's for:** monitoring, quality control, governance, and administration across your whole Qore account — not building apps or agents (that happens in Studio), but running and overseeing them.
* **Who uses it:** account admins and operators day-to-day; developers and integrators for API keys, logs, and permissions; anyone who needs to see usage, cost, or audit history.
* **How it's organized:** six modules, each holding two to four screens.
* **Scope:** everything in Control Center is account-wide and can be filtered by workspace.

## Control Center modules

Explore the areas you work with:

* [**Observability**](/governance/observability.md) — who's using your apps and agents, how much, and with what outcomes.
* [**Evaluation & Quality**](/governance/evaluation-and-quality.md) — define evaluators that score agent output, watch them run on live traffic, and review flagged executions by hand.
* [**Controls & Audit**](/governance/controls-and-audit.md) — see guardrail results, stop agents in an emergency, and read the account-wide change log.
* [**Logs & Data**](/governance/logs-and-data.md) — trace every LLM call, inbound and outbound request, and database operation.
* [**Billing**](/governance/billing.md) — track credit usage and set hard limits and alerts.
* [**Account Settings**](/governance/account-settings.md) — manage users and their roles, group them into teams scoped to product spaces, and issue API keys.

## How Control Center fits together

The modules are separate views over the same account activity, so one agent run shows up in several places, each from a different angle: as a thread in **Agent Analytics**, a scored execution in **Online Eval**, a task in **Human Review** when its confidence is low, a set of input and output checks in **Guardrails**, the model calls it made in **LLM Logs**, and the records it changed in **Audit Trails** and **DB Query Logs**.

Knowing which module answers which question is most of what it takes to work quickly here:

* *Is anyone using this?* → Observability.
* *Is the output any good?* → Evaluation & Quality.
* *Is it safe, and who changed what?* → Controls & Audit.
* *What exactly did it call and write?* → Logs & Data.
* *What is it costing?* → Billing.
* *Who can do what?* → Account Settings.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.uptiq.ai/start-here/control-center.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
