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

# Welcome to Kitehouse

<figure><img src="/files/9oecOxUyLwdMY4PTjWLV" alt=""><figcaption></figcaption></figure>

Kitehouse is incident management software for student accommodation teams.

It helps staff log incidents, access resident data, follow clear workflows, and reduce admin time across day-to-day site issues.

### Incident management for student accommodation

Use Kitehouse to:

* Log and manage accommodation incidents in one place
* Access resident and staff information during incident reporting
* Track incident status, priorities, and service workflows
* Review dashboards, reports, governance data, and audit trails

### Featured Articles

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th><select><option value="VYXQDIaPqola" label="Site Administrators" color="blue"></option><option value="bLOEYeZ8xiZm" label="Staff Members" color="blue"></option><option value="OHfxtZRWxefI" label="Compliance" color="blue"></option></select></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt">:bolt:</i></h4></td><td><strong>Quickstart</strong></td><td>Set up Kitehouse, configure site settings, and start tracking incidents.</td><td><span data-option="VYXQDIaPqola">Site Administrators</span></td><td></td><td></td><td><a href="/spaces/RpWzphhnllUlrdiqcsZC/pages/7FvWQMF0kTK7HGhlQfmo">/spaces/RpWzphhnllUlrdiqcsZC/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><h4><i class="fa-file-plus">:file-plus:</i></h4></td><td><strong>Creating a Report</strong></td><td>Create an incident report, add context, and update incident details.</td><td><span data-option="bLOEYeZ8xiZm">Staff Members</span></td><td></td><td></td><td><a href="/spaces/RpWzphhnllUlrdiqcsZC/pages/BjpxQ70a2AJ7Gv4UXDkG">/spaces/RpWzphhnllUlrdiqcsZC/pages/BjpxQ70a2AJ7Gv4UXDkG</a></td></tr><tr><td><h4><i class="fa-shield-check">:shield-check:</i></h4></td><td><strong>Governance</strong></td><td>Review incident trends, repeat incidents, compliance reporting, and audit trails.</td><td><span data-option="OHfxtZRWxefI">Compliance</span></td><td></td><td></td><td><a href="/spaces/RpWzphhnllUlrdiqcsZC/pages/bTv3D36BzMcBObosQioF">/spaces/RpWzphhnllUlrdiqcsZC/pages/bTv3D36BzMcBObosQioF</a></td></tr></tbody></table>

### Support

Start with [Quickstart](/docs/getting-started/admin.md) to configure your site and incident workflows.

If you are joining as a team member, use [Quickstart for Staff Members](/docs/getting-started/staff.md).

For day-to-day tasks, see the [Staff Guide](/docs/staff/dashboard.md) and [Admin Guide](/docs/admin/staff.md).


---

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