> For the complete documentation index, see [llms.txt](https://support.holidayhero.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.holidayhero.com/the-basics/guidebooks.md).

# Guidebooks

***

### What are guidebooks?&#x20;

Guidebooks are pages with information containing text and an image gallery. They are commonly used for instructions, terms/conditions, policies, etc. You can generate guidebooks automatically during the onboarding flow. &#x20;

In general, guidebooks are connected to the listing or the rental company.

#### Guidebook structure

A guidebook consists of a `name`, `nickname`, `summary` , `content`, `images`  and/ or `documents.`

<table><thead><tr><th width="168"></th><th></th></tr></thead><tbody><tr><td><code>Name</code></td><td>The guidebook's name will be used as a title on the home page and in the guidebook block of the touchpoints.</td></tr><tr><td><code>Nickname</code></td><td>An internal reference of the guidebook is used internally to identify a specific guidebook.</td></tr><tr><td><code>Summary</code></td><td>A summA summary is used in touchpoints to describe the guidebook in a summary.</td></tr><tr><td><code>Content</code></td><td>The content of the guidebook. </td></tr><tr><td><code>Images</code></td><td>Images are displayed at the bottom of the guidebooks. As a gallery, clickable to enlarge</td></tr><tr><td><code>Documents</code></td><td>Documents such as manuals, references, options, etc., can be added to extend the content.</td></tr></tbody></table>

#### Metafields

The use of [metafields](https://support.holidayhero.com/the-basics/announcements#metafields) is allowed in the `name,` `summary`,  and the `content.`

{% hint style="info" %}
If metafields are used and the guidebook is shown through the public section. For reservation-connected meta fields, it will default to its' default value.
{% endhint %}

<table><thead><tr><th width="138">#</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td>The guidebook title</td></tr><tr><td><code>2</code></td><td>Contact host button, this will open a modal / popup with the details of the host.</td></tr><tr><td><code>3</code></td><td>The content of the guidebook. </td></tr><tr><td><code>4</code></td><td>If any, the attached documents. If none, section will be hidden</td></tr><tr><td><code>5</code></td><td>If any, the attached images. If none, section will be hidden</td></tr></tbody></table>

### Branding

The branding if the guidebook sections and pages is based on the [branding appearance](/the-basics/brands/appearance.md) settings. See a detailed description below:&#x20;

<figure><img src="/files/4gVSKmqWqEBpP3lNS9qu" alt=""><figcaption><p>Guidebook branding elements</p></figcaption></figure>

<table><thead><tr><th width="107">#</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td>The title has the <code>on-base</code>color</td></tr><tr><td><code>2</code></td><td>The contact host seciton has a <code>base60</code>background color and a <code>on-base</code>color. </td></tr><tr><td><code>3</code></td><td>The text has a <code>on-base</code>color</td></tr><tr><td><code>4</code></td><td>The section headers have a <code>base20</code>color. </td></tr></tbody></table>

***

### Frequently Asked Questions

<details>

<summary>How to create an Guidebook?</summary>

To create a guidebook, follow these steps:&#x20;

1. Click Guidebooks in the menu
2. Click the `Create Guidebook`button
3. Provide a guidebook title
4. Save the guidebook
5. Continue adding other details about the guidebook, such as images, documents, and content.&#x20;

**Hint:** *Once created, don't forget to link it existing listing to make it visible for guests.*&#x20;

</details>

<details>

<summary>Can I change the sort order of the guidebooks? </summary>

Definitely! We understand the importance of having the correct info at a glance. At the listing level you can adjust the order of the guidebooks.

See [Listing Guidebooks](/the-basics/listings/guidebooks.md)

</details>

<details>

<summary>Can I change the order of the documents? </summary>

Yes. Follow these steps:&#x20;

1. Click Guidebooks in the menu
2. Open the corresponding guidebook
3. Open the documents tab
4. Drag the desired document to a new position with it's arrows button&#x20;
5. Wait for the confirmation.&#x20;

</details>

<details>

<summary>Can I change the sort order of the images? </summary>

Yes, you can, follow these steps to do so:&#x20;

1. Click Guidebooks in the menu
2. Click on the desired guidebook.&#x20;
3. Scroll to the image section.&#x20;
4. Drag an image to it's new position
5. Wait for the confirmation.&#x20;

</details>


---

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