# Remainder Page

The Remainder page lists users and shows their “taken”, “allowance” and “remainder” values for each absence type.

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

Only those users are shown that the current user is allowed to see. Regular users can only see their own. Group Managers can also see those of their group members.

Only those absence types are included on this page that have been marked as “Show in Remainder” on the page.

#### Buttons

| Button | Description                       |
| ------ | --------------------------------- |
| Groups | Allows to filter by group         |
| Search | Allows to search for a user       |
| Year   | Allows to select the year to show |
| Reset  | Resets Groups and Search filters  |


---

# Agent Instructions: 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:

```
GET https://lewe.gitbook.io/teamcal-neo/user-guide/remainder-page.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.
