> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/documentation-simax-anglais/functional/human-resources/resource-planning-and-leave-management.md).

# Resource planning and leave management

Context:&#x20;

Camille organizes annual reviews to assess each employee's performance. During these internal meetings, Herpin employees undergo an evaluation interview with their line manager Yves, based on specific questionnaires prepared for each position, while the line manager reviews the tasks completed.

In fact, every employee can submit a leave request, and as soon as a request is made, Camille receives an automatic notification to approve it, ensuring effective tracking of absences and availability.

## Implementation in SIMAX&#x20;

### HR questionnaire

Under **HR > Training and Skills > HR Questionnaire.**

It creates HR questionnaires for each position using the questions asked in the HR questionnaire.

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

### Annual interview

For an assessment of each employee, go to **HR > Training and Skills > HR Interviews and \[\[New]].**

<figure><img src="/files/1CeYv4bQ5PfskZSaD3Wc" alt=""><figcaption></figcaption></figure>

**\[Mission assessment]:**

A mission assessment is carried out by the N+1 manager.

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

*Note:*&#x20;

Annual interviews are resource plans and therefore appear in the planning schedule.

### Leave request

From **HR > Leaves > All leaves**.

SIMAX then automatically calculates the duration of leave, taking working days into account.

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

***Note:***&#x20;

After saving, the request will appear in the list of Leave to be approved. If the N+1 is entered in the employee's file in **\[Team]** via **HR > Leaves > Leaves to be validated**, they will see the leave requests from their team that still need to be approved.

### <br>


---

# 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://doc.simax.fr/documentation-simax-anglais/functional/human-resources/resource-planning-and-leave-management.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.
