> For the complete documentation index, see [llms.txt](https://kitehouse.co.uk/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kitehouse.co.uk/docs/staff/governance.md).

# Governance

<figure><img src="/files/ZFBiDaPG33zHJWYfObWk" alt=""><figcaption></figcaption></figure>

The Governance & Assurance page allows senior members to get a grasp on the events in your site that isn't shown on the Dashboard.

In this page you can:

* Monitor the incident breakdown per status, category and priority in a  specific time frame,
* Monitor how many incidents are reported over time
* Monitor repeat incidents in your site.

{% hint style="info" %}
All incident data is&#x20;backed by an immutable audit trail.
{% endhint %}

To load data from a specific date, you can filter them on a specific time frame by clicking the <i class="fa-calendar">:calendar:</i> (calendar) icon and select a date. Once done, click the <i class="fa-magnifying-glass">:magnifying-glass:</i> **Load** button to load the data.

{% hint style="info" icon="file-pdf" %}
Users with the **Governance Export** permission can export these data into a single PDF file. Simply click the **Export PDF** button in the page.
{% endhint %}


---

# 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://kitehouse.co.uk/docs/staff/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.
