# Roadbook PDF

A roadbook is a PDF travel document containing routes with auto-generated mapsheets, turn-by-turn directions, points of interest and all other content relevant for your travelers throughout their trip.

Whether you offer roadbooks alongside the Tour Guide App depends on your travelers. You know your customers best — their preferences, age demographics, and comfort with digital tools. Some travelers appreciate having a printed, scrollable document, others prefer a purely digital experience. The roadbook PDF is available as a download via the [Trip Link](/publishing/trip-link.md) and can be viewed on any device, printed at home, or used as a reliable fallback when no smartphone is available.

Both channels are powered by the same guidebook content — maintain your data once in GUIBO, and it's automatically published to the app and the roadbook.

### Customization

Every roadbook PDF consists of a **front cover**, **content pages**, and a **back cover**. GUIBO provides two levels of customization:

1. **Standard** — GUIBO default template with dynamic logo and brand color
2. **Custom Template** — Individual cover and more design options

#### Standard Template

With the GUIBO default template, your roadbooks automatically use your **logo** and **brand color** in a standard layout.

**Front cover — dynamic content:**

| Element         | Source                                   |
| --------------- | ---------------------------------------- |
| **Logo**        | Your logo from Account Settings          |
| **Brand color** | Your primary color from Account Settings |
| **Title**       | Guidebook title                          |
| **Cover image** | Guidebook cover image                    |

**Content pages** are generated automatically from your guidebook: routes with auto-generated mapsheets, turn-by-turn directions, POIs, and text pages.

#### Custom Template

For an individual front cover and more design options, you can request a custom template.

What you can customize:

1. **Front cover** — Individual design for the title page
2. **Styling** — Font type and colors
3. **Back cover** — Upload your own full-page image for the last page

### Roadbook in B2B Reselling

When you share a release with a reseller, the roadbook is automatically rebranded. The content pages always remain from the tour operator's guidebook — only the covers change.

| Release shared with reseller...     | Front cover                                    | Back cover                                     |
| ----------------------------------- | ---------------------------------------------- | ---------------------------------------------- |
| **Via GUIBO B2B Network**           | Seller's front cover                           | Seller's back cover                            |
| **Via self-managed reseller brand** | GUIBO default with seller's logo & brand color | GUIBO default with seller's logo & brand color |


---

# 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://docs.guibo.travel/publishing/roadbook-pdf.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.
