> 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/faq.md).

# FAQ

- [Which image types does GUIBO support?](https://docs.guibo.travel/faq/which-image-types-does-guibo-support.md)
- [How can I test my guidebooks on the smarthone?](https://docs.guibo.travel/faq/how-can-i-test-my-guidebooks-on-the-smarthone.md): This article explains how GUIBO users can download and test guidebooks and releases.
- [Where to find my Device ID](https://docs.guibo.travel/faq/where-to-find-my-device-id.md)
- [Support System: How do I create an "App Issue"](https://docs.guibo.travel/faq/support-system-how-do-i-create-an-app-issue.md): Creating a ticket in the support system for issued regarding the smartphone app
- [Support System: How to create a ticket?](https://docs.guibo.travel/faq/support-system-how-to-create-a-ticket.md): When you are facing an unexpected behaviour in GUIBO or the GUIBO App, the best way to notify us is by creating a ticket in the support system.
- [Support System: How do I assign the correct priority to a ticket?](https://docs.guibo.travel/faq/support-system-how-do-i-assign-the-correct-priority-to-a-ticket.md): Here you'll find a prioritization guide. This will help you to determine the correct priority for your request.
- [Support System: How to make a screenshot?](https://docs.guibo.travel/faq/support-system-how-to-make-a-screenshot.md): Screenshots are helpful for our developers to understand the issue and make it easier for you to describe the symptoms of your issue. This helps us to resolve your issue faster.
- [How are the towns on guidebook overview maps selected?](https://docs.guibo.travel/faq/how-are-the-towns-on-guidebook-overview-maps-selected.md): Overview maps are included in the guidebook booklets and can be used in websites and printed material.
- [Navigation Issues](https://docs.guibo.travel/faq/navigation-issues.md): An overview of possible issues during your route navigation and how you can fix them.
- [What are the smartphone requirements for the Tour Guide App?](https://docs.guibo.travel/faq/what-are-the-ios-minimum-requirements-for-the-tour-guide-app.md): Minimum smartphone requirements for using the GUIBO Tour Guide App.


---

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