# Kitehouse

## Documentation

- [Welcome to Kitehouse](https://kitehouse.co.uk/docs/readme.md): Incident management software for student accommodation teams. Track incidents, resident data, workflows, compliance, and reporting in Kitehouse.
- [Quickstart](https://kitehouse.co.uk/docs/getting-started/admin.md): Configure your site and start tracking incidents in minutes
- [Quickstart for Staff Members](https://kitehouse.co.uk/docs/getting-started/staff.md): Welcome to Kitehouse. Let's get your account ready in minutes.
- [Dashboard](https://kitehouse.co.uk/docs/staff/dashboard.md)
- [Reports](https://kitehouse.co.uk/docs/staff/reports.md)
- [Creating a Report](https://kitehouse.co.uk/docs/staff/reports/creating-a-report.md)
- [Governance](https://kitehouse.co.uk/docs/staff/governance.md): The Governance & Assurance page allows senior members to get a grasp on the events in your site.
- [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

## API Reference

- [AI](https://kitehouse.co.uk/docs/api-reference/ai.md)
- [BlockBookings](https://kitehouse.co.uk/docs/api-reference/blockbookings.md)
- [Bookings](https://kitehouse.co.uk/docs/api-reference/bookings.md)
- [Developer](https://kitehouse.co.uk/docs/api-reference/developer.md)
- [Incidents](https://kitehouse.co.uk/docs/api-reference/incidents.md)
- [Audit](https://kitehouse.co.uk/docs/api-reference/audit.md)
- [Incident Tracker API](https://kitehouse.co.uk/docs/api-reference/incident-tracker-api.md)
- [Governance](https://kitehouse.co.uk/docs/api-reference/governance.md)
- [Handover Drafts](https://kitehouse.co.uk/docs/api-reference/handover-drafts.md)
- [Locations](https://kitehouse.co.uk/docs/api-reference/locations.md)
- [People](https://kitehouse.co.uk/docs/api-reference/people.md)
- [Quality Gates](https://kitehouse.co.uk/docs/api-reference/quality-gates.md)
- [RBAC](https://kitehouse.co.uk/docs/api-reference/rbac.md)
- [Sites](https://kitehouse.co.uk/docs/api-reference/sites.md)
- [Sections](https://kitehouse.co.uk/docs/api-reference/sections.md)
- [SLA Policies](https://kitehouse.co.uk/docs/api-reference/sla-policies.md)
- [Staff](https://kitehouse.co.uk/docs/api-reference/staff.md)
- [Students](https://kitehouse.co.uk/docs/api-reference/students.md)
- [Tenants](https://kitehouse.co.uk/docs/api-reference/tenants.md)
- [Auth](https://kitehouse.co.uk/docs/api-reference/auth.md)
- [Users](https://kitehouse.co.uk/docs/api-reference/users.md)
- [Models](https://kitehouse.co.uk/docs/api-reference/models.md)

## Changelog

- [Changelog](https://kitehouse.co.uk/docs/changelog/readme.md): New updates and improvements


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://kitehouse.co.uk/docs/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
