# Export

***

#### What is a reservation export?

A reservation export allows you to download all your reservation data from HolidayHero in a structured format. This is useful when you need to share data with external systems, create reports, or maintain records.

Exports are requested through the backoffice. Once the export is ready, an email with a secure download link is sent to the operator who requested it.

{% hint style="info" %}
The secure download link in the email is only valid for a few days. Make sure to download your export promptly after receiving the email.
{% endhint %}

#### How to export reservations

1. Navigate to **Reservations** in the menu
2. Click the actions menu `⋮` in the top right
3. Click **Export Reservations**

You will see a confirmation message that your export has been requested. Once it is ready, you will receive an email with the download link.

***

#### Frequently Asked Questions

<details>

<summary>How long does an export take?</summary>

This depends on the amount of data. Most exports are ready within a few minutes. You will receive an email as soon as your export is available for download.

</details>

<details>

<summary>My download link has expired, what do I do?</summary>

Simply request a new export through the backoffice. The download links\
are time-limited for security purposes and cannot be extended.

</details>

<details>

<summary>In what format is the export?</summary>

Exports are provided as a downloadable file that can be opened in\
spreadsheet applications such as Microsoft Excel or Google Sheets.

</details>

<details>

<summary>Can I schedule recurring exports?</summary>

This is currently not possible. Exports need to be requested manually\
each time through the backoffice.

</details>


---

# 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://support.holidayhero.com/the-basics/reservations/export.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.
