> 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/controls-and-audit.md).

# Controls & Audit

Review agent safety-rule evaluations.

Keep agents safe and accountable. Review **guardrail** results.

#### Protect agent activity

Review screened inputs and outputs.

#### At a glance

| Area           | Use it to                      | Start here                |
| -------------- | ------------------------------ | ------------------------- |
| **Guardrails** | Review safety-rule evaluations | [Guardrails](#guardrails) |

Use this area to answer one question: what did guardrails catch?

## Guardrails

Guardrails screens agent executions against safety rules and records the result. Open **Controls & Audit → Guardrails** to see recent evaluations.

<figure><img src="https://1326225582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0qmgQjJ5aArDTj2ACFHG%2Fuploads%2Fgit-blob-36aa5844a6907538e087ff1ae7c1b11e96d66b63%2Fqore_control-center_control-centre-controls-audit-guardrails_rounded_shadow.png?alt=media" alt="The Guardrails screen, listing evaluations with agent, guardrail, type, and result columns"><figcaption><p>Guardrails, listing recent safety-rule evaluations.</p></figcaption></figure>

{% hint style="info" %}
This screen currently displays sample data — its title reads *Guardrails (Mock)*. Treat the figures and rows as illustrative until it's connected to live guardrail evaluations.
{% endhint %}

You can narrow by agent and search by agent or guardrail. The page summarizes recent activity: **Evaluations (24h)**, how many were **Blocked** and their share of traffic, the **Pass Rate**, and the number of **Active Rules**. Each row is one guardrail evaluation:

| Field         | What it shows                                                                                                                                              |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Timestamp** | When the evaluation ran.                                                                                                                                   |
| **Agent**     | The agent whose input or output was screened.                                                                                                              |
| **Guardrail** | The rule applied — for example, **PII Filter**, **Toxicity**, **Topic Policy**, **Prompt Injection**, **Hallucination Guard**, or **Jailbreak Detection**. |
| **Type**      | Whether the guardrail ran on the **Input** (before the model) or the **Output** (after).                                                                   |
| **Result**    | **Passed** or **Blocked**.                                                                                                                                 |

## Related

{% content-ref url="/pages/807cab861e090edd0ce825909db3db1b28f73799" %}
[Control Center](/start-here/control-center.md)
{% endcontent-ref %}

{% content-ref url="/pages/9cd0c4d868b97b43a234c8d0ca5c3690fa58decb" %}
[Evals](/control-center/evals.md)
{% endcontent-ref %}

{% content-ref url="/pages/4023fee41d519b1fbe13cbf03c9027c75b45de1a" %}
[Observe](/control-center/observe.md)
{% endcontent-ref %}

{% content-ref url="/pages/84115b130456683eaee9079209f1add7ef90110d" %}
[Admin](/control-center/admin.md)
{% endcontent-ref %}


---

# 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/controls-and-audit.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.
