# Releases API

## Releases API

The Releases API handles **booking data** — everything unique to a specific booking.

Your booking system creates a release → GUIBO generates a personalized Trip Link → the traveler gets all travel docs in one place.

#### What you can do

<table><thead><tr><th width="216.96875">Endpoint</th><th>Purpose</th></tr></thead><tbody><tr><td><a href="/pages/40QPpCsGn5x7cntYyrUM">Create guidebook release</a></td><td>Publish based on an existing guidebook, personalized with hotels, documents, dates</td></tr><tr><td><a href="/pages/0CSy9bw0BUpJrfVQQ7lb">Create on-demand release</a></td><td>Create guidebook + release in one call — for dynamic packaging and tailor-made trips </td></tr><tr><td><a href="/pages/NE4weTto23Bymct3OmKl">Read release details</a></td><td>Fetch details of an existing release</td></tr><tr><td><a href="/pages/TL4VKuDHf9cFUeRSO3O4">Update release details</a></td><td>Modify dates, devices, or other settings</td></tr><tr><td><a href="/pages/AZhLbPQSaI9Hx1abXO3u">Add document</a></td><td>Attach vouchers, tickets, confirmations</td></tr><tr><td><a href="/pages/3WwJWZzd1csmYxtrnZ8d">Update document</a></td><td>Replace an attached document</td></tr><tr><td><a href="/pages/IhaUUtICBy5TgHh1js6F">Delete documents</a></td><td>Remove attached documents</td></tr><tr><td><a href="/pages/JTiNGz2wWFsECgwXUoTo">Revoke release</a></td><td>Cancel a release</td></tr></tbody></table>

***

#### How it connects

Releases reference **content data** (guidebooks, libraries) managed in GUIBO or synced via the [Content API](/developers/content-api.md). The Releases API adds the booking-specific layer on top.


---

# 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/developers/releases-api.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.
