> 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/control-center/governance.md).

# Overview

Govern, monitor, evaluate, and control your Qore account.

Governance helps administrators oversee Qore across the account. Monitor activity, evaluate agent quality, control production behavior, and manage cost.

The [Control Center](/start-here/control-center.md) drives these account-wide governance modules. Use Console to build and run apps and agents. Use Control Center to operate and govern them.

### Governance modules

<table data-view="cards"><thead><tr><th>Module</th><th data-card-target data-type="content-ref">Open module</th></tr></thead><tbody><tr><td>Observability — investigate runs, activity, logs, and exports.</td><td><a href="/control-center/observe.md">Observe</a></td></tr><tr><td>Controls &#x26; Audit — review agent safety-rule evaluations.</td><td><a href="/control-center/controls-and-audit.md">Controls &amp; Audit</a></td></tr><tr><td>Evaluation — score agent outputs and route uncertain results for review.</td><td><a href="/control-center/evals.md">Evals</a></td></tr><tr><td>Controls &#x26; Policies — control agents, review connections, and approve publishing.</td><td><a href="/control-center/govern.md">Govern</a></td></tr><tr><td>Cost Management — track credit usage and set spending limits.</td><td><a href="/control-center/cost-control.md">Cost Control</a></td></tr><tr><td>AI Gateway — manage available models, providers, and routing settings.</td><td><a href="/control-center/ai-gateway.md">AI Gateway</a></td></tr><tr><td>Monitoring Reports — create usage and execution reports by project and date.</td><td><a href="/control-center/observe/reports.md">Reports</a></td></tr></tbody></table>

### Choose the right module

* Investigate platform activity or a specific execution in **Observability**.
* Review output quality in **Evaluation**.
* Stop agents or govern release decisions in **Controls & Policies**.
* Review safety-rule results in **Controls & Audit**.
* Track spend in **Cost Management** or create **Monitoring Reports**.


---

# 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/control-center/governance.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.
