# Guest App

## Guest App

The guest app shows guidebooks on the home page, which can be viewed from there. The homepage shows a maximum of 10 items. The visibility of this section is controlled by the [branding reservation stages.](/the-basics/brands/reservation-stages.md)

#### Homepage

<figure><img src="/files/X6FZVhup92ftHGlRwVA6" alt=""><figcaption><p>Guidebooks section at the home page. </p></figcaption></figure>

#### Guidebook Details

Once the guest has clicked on a guidebook it will be guided to its contents.&#x20;

<figure><img src="/files/ubqrQb3idmA6Zu7rc8IW" alt=""><figcaption><p>Guidebook details and their descriptions</p></figcaption></figure>

<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>


---

# 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/guidebooks/guest-app.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.
