> For the complete documentation index, see [llms.txt](https://docs.aitheon.com/human-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aitheon.com/human-resources/hr/adjustments.md).

# Adjustments

**Adjustments** page contains the list of requests. From this tab, you can approve and decline requests.&#x20;

To view detailed info about a request, select **Details**.

To sort the list by date range, select **Start day** and **End day**.

To sort the list by **Status** or **Type**, select options from the drop-down menus.

To sort the list by an employee, select **Employee** bar, enter employee's name in the search bar, and select an employee from the list.

<div align="left"><img src="/files/-LoKouktYrZe-CYor-P3" alt="Sorting the list by an employee"></div>

**How to approve or reject a request**

1. Select notification with status **Waiting for approval** and select **Details**. The modal window appears.
2. In the modal window, select **Approve** or **Reject**.

<div align="left"><img src="/files/-LoKuGe5OM1pEvB8msKu" alt="Request modal window"></div>


---

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

```
GET https://docs.aitheon.com/human-resources/hr/adjustments.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.
