> 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.md).

# Control Center

- [Governance Operator](https://docs.uptiq.ai/control-center/governance-operator.md): The Governance Operator—ask about the account, and approve what it proposes.
- [Overview](https://docs.uptiq.ai/control-center/governance.md): Govern, monitor, evaluate, and control your Qore account.
- [Observe](https://docs.uptiq.ai/control-center/observe.md): Monitor platform activity and investigate operational data.
- [Runs & Traces](https://docs.uptiq.ai/control-center/observe/runs-and-traces.md): Inspect agent executions, trace decisions, and diagnose performance issues quickly.
- [Analytics](https://docs.uptiq.ai/control-center/observe/analytics.md): Track app engagement, platform activity, and agent execution outcomes.
- [Audit Trails](https://docs.uptiq.ai/control-center/observe/audit-trails.md): Inspect configuration and access changes across your account.
- [LLM Logs](https://docs.uptiq.ai/control-center/observe/llm-logs.md): Trace model calls, token use, cost, and latency.
- [Request Logs](https://docs.uptiq.ai/control-center/observe/request-logs.md): Inspect HTTP requests received by the platform and sent to external services.
- [DB Query Logs](https://docs.uptiq.ai/control-center/observe/db-query-logs.md): Audit database operations executed by the platform.
- [Export](https://docs.uptiq.ai/control-center/observe/export.md): Create and deliver Control Center data exports on your schedule.
- [Reports](https://docs.uptiq.ai/control-center/observe/reports.md): Review usage and execution reports for projects and date ranges.
- [Controls & Audit](https://docs.uptiq.ai/control-center/controls-and-audit.md): Review agent safety-rule evaluations.
- [Evals](https://docs.uptiq.ai/control-center/evals.md): Score agent outputs, monitor quality, and route reviews.
- [Evaluators](https://docs.uptiq.ai/control-center/evals/evaluators.md): Create scoring methods and configure confidence-based review routing.
- [Online Eval](https://docs.uptiq.ai/control-center/evals/online-eval.md): Monitor evaluator scores for live production executions.
- [Human Review](https://docs.uptiq.ai/control-center/evals/human-review.md): Review and resolve low-confidence evaluation tasks.
- [Admin](https://docs.uptiq.ai/control-center/admin.md): Manage users, teams, roles, and API access credentials.
- [Users](https://docs.uptiq.ai/control-center/admin/users.md)
- [Teams](https://docs.uptiq.ai/control-center/admin/teams.md)
- [Roles](https://docs.uptiq.ai/control-center/admin/roles.md): Understand organization roles and the permissions each role grants.
- [API Keys](https://docs.uptiq.ai/control-center/admin/api-keys.md)
- [Govern](https://docs.uptiq.ai/control-center/govern.md): Stop active agent work and view upcoming governance capabilities.
- [Agent Controls](https://docs.uptiq.ai/control-center/govern/agent-controls.md): Stop individual agents or all agents during an emergency.
- [Connectors](https://docs.uptiq.ai/control-center/govern/connectors.md): Review which outside systems and platform skills agents can use, and their standing.
- [Governed Graph](https://docs.uptiq.ai/control-center/govern/governed-graph.md): How agents, apps, tools, and data connect, and which policies cover them.
- [Publish Review](https://docs.uptiq.ai/control-center/govern/publish-review.md): Understand the planned approval queue and current publishing options.
- [Cost Control](https://docs.uptiq.ai/control-center/cost-control.md): Track credit consumption and control account spending with limits and alerts.
- [Credit Usage](https://docs.uptiq.ai/control-center/cost-control/credit-usage.md): Review credit consumption, usage trends, and transaction history.
- [Usage Limits](https://docs.uptiq.ai/control-center/cost-control/usage-limits.md): Set credit spending caps and receive threshold alerts.
- [AI Gateway](https://docs.uptiq.ai/control-center/ai-gateway.md)
- [How Model Routing Works](https://docs.uptiq.ai/control-center/ai-gateway/how-model-routing-works.md): Understand families, providers, gateways, credentials, and tiers before you configure them.
- [Model Catalog](https://docs.uptiq.ai/control-center/ai-gateway/model-catalog.md): Review models, providers, statuses, filters, and routing availability for projects.
- [Gateway Settings](https://docs.uptiq.ai/control-center/ai-gateway/gateway-settings.md): Configure model families, providers, tiers, defaults, and authentication for projects.
- [Security FAQ](https://docs.uptiq.ai/control-center/detailed-security-and-runtime-faq.md): Security and compliance handbook for bank-owned deployments.


---

# 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.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.
