> 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/occupancy-menu/occupancy-page.md).

# Occupancy Page

The occupancy page shows you visually which room every resident is assigned to.&#x20;

NOTE: You may have some residents who are not currently assigned to rooms. This may be because they have not yet been added, or they may be respite residents (for example) who are not currently assigned a room.

<figure><img src="/files/STIBElZijNxHK850OSau" alt="Occupancy tab"><figcaption></figcaption></figure>

#### To assign a resident to a room

Click on an empty room (these are denoted with a green border, and there will be no resident named in them). You will then be able to assign a resident who is NOT currently assigned a room.&#x20;

<figure><img src="/files/qtw7AEh5O5i2OPV8NhQU" alt="Assign a resident to a room"><figcaption></figcaption></figure>

Click on the residents name that you want to assign to the room. The blue ASSIGN RESIDENT TO ROOM button will then activate, and you should click this. It will ask you to confirm you wish to assign the resident to the room.

<figure><img src="/files/4Zf9VQjKBQPPxRox2mLZ" alt="Confirm assign resident to room"><figcaption></figcaption></figure>

The resident will now be assigned to the correct room. The room number will turn Yellow, and the resident will appear named in the box next to it.&#x20;

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

#### Editing Occupancy

There may be times you need to move a resident or vacate a room.&#x20;

NOTE: If the resident has passed away, it is a good idea to note this in their resident record. See this section relating to [Residents who have died](/documentation/residents-menu/residents-who-have-died.md).\
\
Equally, if they have moved out, you should update the resident record. See [Residents who have moved out](/documentation/residents-menu/residents-who-have-moved-out.md).

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

However, you can move a resident or vacate a room directly from this menu too.&#x20;

#### Moving a resident

If you are moving the resident from one room to another room, you can manage this by clicking the resident, and then selecting the blue *<mark style="color:$primary;">**MOVE RESIDENT**</mark>* button.

A new card will display with a dropdown, and you can select from the list of currently vacant rooms to move them to. Once confirmed, this will be assigned immediately.&#x20;

If you press cancel, the resident stays in their currently assigned room.

<figure><img src="/files/0vCQfrpEq0HoKR7JUfBS" alt=""><figcaption></figcaption></figure>

#### Vacating a room

{% hint style="info" %}
NOTE: Normally, if a full time resident moves out or passes away, you should record this first through the residents menu if they have died or moved out.
{% endhint %}

If you wish to vacate a room **without deactivating a resident**, then you can do it by clicking the yellow *<mark style="color:$warning;">**VACATE ROOM**</mark>* button when you click the room they are assigned to.

This is useful for when a resident moves in and out frequently (for example a weekend respite resident who isn't permanent, and you want to preserve the existing residents record for future).

<figure><img src="/files/klU8N3g0DighOmgEzLUo" alt="confirm vacate room"><figcaption></figcaption></figure>


---

# 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/occupancy-menu/occupancy-page.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.
