> For the complete documentation index, see [llms.txt](https://docs.guibo.travel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guibo.travel/publishing/how-to-publish.md).

# How to publish?

GUIBO's leading principle is **single point of truth**: content is maintained **once** and published everywhere. This strictly avoids manual content duplication — the main driver of channel-by-channel and season-by-season maintenance work.

Publishing therefore means **how to deliver that content across all required channels** — without ever maintaining it twice.

GUIBO can even publish content that is maintained in an **external system**, so your existing tools stay the single point of truth. See [Integrate External Content](/content-management/integrate-external-content.md).

#### Publishing channel overview

<table><thead><tr><th width="219.9140625">Channel</th><th>What the traveler gets</th></tr></thead><tbody><tr><td><a href="/pages/s7Get5pKIpbxKen3sonH"><strong>Trip Link</strong></a></td><td>One personalized weblink to access all booking data and travel documents.</td></tr><tr><td><a href="/pages/OgdQUwDJz3h5nlMSG1Cb"><strong>Tour Guide App</strong></a></td><td>Personalized, customized itinerary with accommodations, offline maps, navigation, and real-time updates.</td></tr><tr><td><a href="/pages/usVNdu7QOA7zfvz7E2Ag"><strong>Roadbook PDF</strong></a></td><td>Printable PDF with the detailed itinerary — text content and detailed map sheets.</td></tr><tr><td><a href="/pages/oAyJWw1xoBD5yZG7a3xN"><strong>B2B Network</strong></a></td><td>Share releases with resellers so they can forward a re-branded Trip Link to the traveler.</td></tr><tr><td><a href="/pages/TfRm3kGT1JQXYlQmiaJs"><strong>TourMaps</strong></a></td><td>Interactive overview maps for website embedding — guidebook-level, not booking-specific.</td></tr></tbody></table>

## **What's next?**

Travel documents are delivered to travelers through **Releases** — one is created in GUIBO for each booking. See [Releases](/publishing/how-to-publish/how-to-publish.md).&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.guibo.travel/publishing/how-to-publish.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
