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

# IDDSI Page

The IDDSI page is accessed by pressing IDDSI in the general navigation menu.

This page gives you an overview of the current dietary needs of all residents in the care home.

You can print the entire list (useful for giving to the Kitchen Team) by clicking the ***PRINT*** button at the top left of the screen.

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

#### Viewing a residents IDDSI / Dietary record

To view a specific residents dietary profile, click on the ***eye 👁️ icon.***&#x20;

#### Editing a Residents IDDSI / Dietary record

This will present the dietary profile of that resident in a single screen. You can edit directly from inside this screen by clicking the blue *<mark style="color:$primary;">**EDIT**</mark>* links next to each section.&#x20;

#### Completing a New Dietary Review

You can start a new dietary review for this resident by clicking the green *<mark style="color:$success;">**COMPLETE DIETARY REVIEW**</mark>* button in the top of the card.

#### Printing a Residents Dietary Record

You can print this residents dietary needs by clicking the ***PRINT*** button at the top of the card.&#x20;

#### Filtering Residents Dietary Records

You can filter by entering a search term into the search box (e.g. perhaps you want to see any residents who have the word "Peppers" in their dietary record). You can also use specific filters by selecting from the dropdown next to the search box&#x20;

#### Dietary Review Status

Dietary reviews should be conducted every 3 months at the most.&#x20;

If a dietary review is due soon for a specific resident, a blue background will appear for their record. If the dietary review is overdue, a red background will appear. If the background is neither red or blue for a resident, they have an in-date dietary review right now.

You can also click on any of the 3 small buttons underneath the search bar to filter by up-to-date, due soon, and overdue dietary reviews.

<figure><img src="/files/Di521hSmEfmKp2TOUTIJ" alt=""><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/iddsi-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.
