# Overview

## Overview

GUIBO distinguishes two types of data — each with its own API:

|                              | Booking data                                                                                                                       | Content data                                                                                                                                                                        |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **API**                      | [Releases API](/developers/releases-api.md)                                                                                        | [Content API](/developers/content-api.md)                                                                                                                                           |
| **What**                     | Accommodations, dates, traveler documents                                                                                          | Routes, POIs, text pages                                                                                                                                                            |
| **Changes**                  | Booking to booking                                                                                                                 | Season to season                                                                                                                                                                    |
| **Same for every traveler?** | No                                                                                                                                 | Yes                                                                                                                                                                                 |
| **Typical use case**         | Automatically create a booking-specific Trip Link as a single point of traveler access, with all booking-related content included. | Sync content from third-party systems to GUIBO so your current system remains the single source of truth — while re-using the data across all guidebooks and personalized bookings. |

#### Prerequisites

| Requirement    | Where to find it                                 |
| -------------- | ------------------------------------------------ |
| **Account ID** | Account Settings → General Settings → Account ID |
| **API Key**    | Account Settings → General Settings → API Key    |


---

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