> For the complete documentation index, see [llms.txt](https://docs.milientsoftware.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.milientsoftware.com/help/company/holidays.md).

# Holidays

Company holidays are basically national holidays. In some countries like Denmark and Sweden, it is relevant to define half days as company holidays. By pressing "Add Company Holiday" you can add a full company holiday. This will count as an entire day off. Remember that if a co-worker registers hours in a company holiday, all the hours will count as banked hours.&#x20;

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

When you click "add company holiday" simply put in the name of the holiday and the date. Then save.&#x20;

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

### Adding partial/half days as company holidays.&#x20;

First, you need to enable this feature in your settings. Navigate to Setup > settings > general

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

Once you enable and save this, go back to your Company Holiday settings. A new option will be available.&#x20;

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

In the example above, it will make it so that co-workers will only be able to log in 5 hours as a full working day. In their timesheet it will look like this:&#x20;

<figure><img src="/files/DIGJU2sQ44Ov9RfGZvxT" 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://docs.milientsoftware.com/help/company/holidays.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.
