# Developers

- [Overview](https://docs.guibo.travel/developers/overview.md): Sync content from third-party systems to GUIBO via the Content API. Automate booking-specific Trip Links with travel documents via the Releases API.
- [Releases API](https://docs.guibo.travel/developers/releases-api.md): Automate booking-specific Trip Links with personalized travel documents, re-branded for resellers, directly from your booking system.
- [Release | Create guidebook release](https://docs.guibo.travel/developers/releases-api/release-or-create-guidebook-release.md): This article describes how to publish guidebook by connecting to another software. Software systems communicate with Application-Programming-Intefaces (API).
- [Create on-demand release](https://docs.guibo.travel/developers/releases-api/release-or-create-guidebook-release/create-on-demand-release.md): Generate complete guidebook structure and release in a single API call using flexible JSON payload with inline content or library references.
- [Release | Read release details](https://docs.guibo.travel/developers/releases-api/release-or-read-release-details.md): You can fetch the details of the release by the download cod
- [Release | Update release details](https://docs.guibo.travel/developers/releases-api/release-or-update-release-details.md): After creating a guidebook release, you can update attributes of the release.
- [Release | Revoke guidebook release](https://docs.guibo.travel/developers/releases-api/release-or-revoke-guidebook-release.md): This article describes how to cancel a guidebook release through the GUIBO API. Travellers will not be able to download the guidebook with the given download code any more.
- [Release | Add document to release](https://docs.guibo.travel/developers/releases-api/release-or-add-document-to-release.md): When you add PDF documents to a release, they will be offine available in the App and they will be accessible under the private release link for your customer.
- [Release | Update document in release](https://docs.guibo.travel/developers/releases-api/release-or-update-document-in-release.md): Replace PDF document and its description in a release
- [Release | Delete documents in release](https://docs.guibo.travel/developers/releases-api/release-or-delete-documents-in-release.md): Remove all documents that have been added to the release
- [Release | B2B Webhook](https://docs.guibo.travel/developers/releases-api/release-or-b2b-webhook.md): Receive a POST notification with release metadata when a connected B2B partner shares a new release with your account.
- [Content API](https://docs.guibo.travel/developers/content-api.md): Create and update routes, POIs, text pages, and libraries in GUIBO from external systems — mirror your content data without manual maintenance.
- [Content | Routes](https://docs.guibo.travel/developers/content-api/content-or-create-and-update-routes.md)
- [Content | Point-Of-Interests (POIs)](https://docs.guibo.travel/developers/content-api/content-or-create-and-update-point-of-interests-pois.md): Hotels and other POIs can  be imported into GUIBO automatically via the API. A common use case is importing hotels from a booking system with the goal of adding the hotels booked for the guest
- [Content | Guidebook / Library](https://docs.guibo.travel/developers/content-api/content-or-create-library-or-guidebook.md): Libraries and guidebooks have the same structure, they are both bundling Textpages, Routes and POIs. Therefore the procedure of creating them is the same, only the endpoint address is different.
- [Content | Stage](https://docs.guibo.travel/developers/content-api/content-or-create-category.md)
- [Content | Text page](https://docs.guibo.travel/developers/content-api/content-or-create-text-page.md)


---

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