# How are the towns on guidebook overview maps selected?

A short description of the algorithm that chooses the localities which are printed on the overview maps.

![GUIBO guidebook overview map](/files/gmpah593j5Hm5QxO9G4r)

1. Find all cities/towns/villages which are not more than 2.5 km away from any route in guidebook
2. Reduce amount of cities/towns/villages per route to not compromise the clarity of the map. Reduce to

&#x20;       \- maximum of 3 per route for walking routes

&#x20;       \- maximum of 4 per route for cycling routes&#x20;

&#x20;       \- maximum of 5 per route for dirving routes.&#x20;

Select by highest population


---

# 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/faq/how-are-the-towns-on-guidebook-overview-maps-selected.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.
