# Getting started

This guide will help you get started with GUIBO. For an overview of GUIBO's capabilities, please refer to the [Intro to GUIBO](/get-started/intro-to-guibo.md) page.

{% stepper %}
{% step %}

#### [Initial account setup ➔ ](/get-started/getting-started/initial-account-setup.md)

Brand name, logo, languages and color for customized travel docs.
{% endstep %}

{% step %}

#### [Prepare library ➔ ](/get-started/getting-started/prepare-library.md)

Import some data (route, POI, text) for your first guidebook.
{% endstep %}

{% step %}

#### [Create your first guidebook](/get-started/getting-started/create-your-first-guidebook.md)[ ➔ ](/get-started/getting-started/create-your-first-guidebook.md)

Assemble your imported data and create your first guidebook that represents one of your products.
{% endstep %}

{% step %}

#### [Publish for travelers ➔ ](/get-started/getting-started/publish-to-travelers.md)

Create a release to publish your guidebook via release page and tour guide.
{% endstep %}
{% endstepper %}


---

# 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/get-started/getting-started.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.
