> For the complete documentation index, see [llms.txt](https://guide.guardiancaregov.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.guardiancaregov.com/documentation/residents-menu/interactive-blocks.md).

# Resident Incidents

#### Incidents Tab

This is where you will record AINM and behavioural incidents linked to this resident. Click the ***INCIDENTS*** tab, and then select from ***AINM*** or ***Distressed Behaviour***. When you click one, you will see a list of the records relating to this resident. You will be able to add, view and edit these records directly from here.

For example, to add a new AINM record to a resident, just click the *<mark style="color:$primary;">**ADD AINM**</mark>* button after selecting ***AINM***. This will then open the form to record the relevant details.

<figure><img src="/files/4b3UvkGBoFmF9R4l5Zvc" alt="Ainms"><figcaption></figcaption></figure>

### Adding an Incident Record

After clicking the relevant blue *<mark style="color:$primary;">**+**</mark>* *<mark style="color:$primary;">**ADD**</mark>* button, you will be shown the form to fill in the incident record.

On the form, you will need to answer ALL the required questions. Note there may be multiple pages and you can navigate through each page using the ***PAGES*** bar, or by clicking the ***PREVIOUS*** and ***NEXT*** buttons.&#x20;

Once you have entered all the required info (and any relevant optional info) you will be able to click the green *<mark style="color:$success;">**SUBMIT**</mark>* button to record it. If the green button is not available to you, this is because something required is missing.&#x20;

### Viewing Incident Records

When you have added a health record, it will appear in the list for the residents details under the ***INCIDENTS*** tab. You will see some details about it, and will be able to view, edit or delete it (if you have the required permission).&#x20;


---

# 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://guide.guardiancaregov.com/documentation/residents-menu/interactive-blocks.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.
