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

# Admin Guide

- [Staff](https://kitehouse.co.uk/docs/admin/staff.md): The Staff page allows you to manage your staff members that has access to Kitehouse.
- [Students](https://kitehouse.co.uk/docs/admin/students.md): The Student tab allows you to manage all students living in your site.
- [Site Settings](https://kitehouse.co.uk/docs/admin/settings.md)
- [Categories](https://kitehouse.co.uk/docs/admin/settings/categories.md): Categories allows you to categorise reports and keeps them organized.
- [Priorities](https://kitehouse.co.uk/docs/admin/settings/priorities.md): Priorities allows you to sort your incidents based on priority and can notify you which is needing immediate response.
- [Sources](https://kitehouse.co.uk/docs/admin/settings/sources.md): Sources allows you to categorise where did the information came.
- [Incident Forms](https://kitehouse.co.uk/docs/admin/settings/incident-forms.md): Incident Forms allows you to add more information to an incident. This can be customised per incident category.
- [Status Pipeline](https://kitehouse.co.uk/docs/admin/settings/status-pipeline.md): Status Pipeline allows you to track the current status of an incident. Each category can have it's own different pipeline and override the default.
- [SLA Policies](https://kitehouse.co.uk/docs/admin/settings/sla-policies.md): Service-Level Agreement Policies are rules that defines how long should your staff members first respond and how long should a incident come into resolution.
- [Roles](https://kitehouse.co.uk/docs/admin/settings/roles.md): Roles allows you to customise the permission level given to your staff members. You can assign roles to your staff members using the Staff tab.
- [Developer API](https://kitehouse.co.uk/docs/admin/settings/developer-api.md): Developer API allows you to connect Kitehouse to your systems


---

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