# Regions

Regions allow you to maintain several calendars with different holidays. Bank holidays and school vacations my differ for example between regions. This is very useful if you are managing an internationally distributed team. You can select a region in the calendar display.

<figure><img src="/files/8Vepuxe4greSrR6RPZqY" alt=""><figcaption></figcaption></figure>

#### List

| Button        | Description                                                                                         |
| ------------- | --------------------------------------------------------------------------------------------------- |
| Create Region | Opens a dialog to create a new region                                                               |
| Calendar      | Opens the calendar page for the corresponding region. You can then set the region’s holidays there. |
| Edit          | Opens the edit page for the corresponding region                                                    |
| Delete        | Deletes the corresponding region                                                                    |

## iCal Import

You can import an iCal file to set a certain holiday in a specific region. This is useful for example if you want to import school holidays.

| Button | Description                                                |
| ------ | ---------------------------------------------------------- |
| Browse | Browse for the iCal file on your local drive               |
| Upload | Uploads and imports the iCal file into the selected region |

## Transfer Region

If you want to transfer or merge regions you can use the settings on this tab.

| Button   | Description                       |
| -------- | --------------------------------- |
| Transfer | Transfers the region into another |


---

# 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/administration/regions.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.
