> 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/publishing/tour-guide-app/turn-by-turn-navigation/last-mile-navigation.md).

# Last Mile Navigation

When the traveler nears their booked accommodation, the app offers to continue navigation directly to the entrance — and lets the traveler decide when to leave the planned route.

Available in the **GUIBO App** and all **white-label app variants**.

#### How it works

1. **Smart detection** — The app monitors progress against the planned route. Proximity is detected as the traveler nears the route end or the hotel.
2. **Accommodation icon appears** — A new icon shows on the map and stays visible from this point on. The traveler can tap it to navigate to the hotel at any time.
3. **Proactive dialog** — A prompt asks whether to continue on the planned route or navigate directly to the hotel.
4. **Dynamic routing** — When the traveler accepts the prompt or taps the icon, the app calculates a new route from the current GPS position to the accommodation entrance.

***

#### Why the traveler is asked

The accommodation may be located **before the end of the planned route** — for example, the route can continue past the hotel to a village or viewpoint that is part of the tour operator's itinerary.

The prompt makes this explicit so the traveler can decide whether to:

* **Continue on the planned route** and navigate to the hotel later
* **Leave the route now** and navigate directly to the hotel

This keeps the traveler in control and prevents them from missing curated content by being routed to the hotel automatically.

***

#### Prerequisites

All four conditions must be met for the feature to trigger.

| Requirement                                                                                | Description                                                        |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------ |
| [**Personalized Accommodation**](/publishing/tour-guide-app/personalized-accommodation.md) | Must be added to the current release                               |
| **Proximity**                                                                              | Accommodation must be within **10 km** of the day's planned route  |
| [**Destination POIs**](/publishing/tour-guide-app/personalized-accommodation.md)           | Each stage must have a destination POI to link the accommodation   |
| **Feature toggle**                                                                         | `Automatic route calculation to hotel` enabled in account settings |

#### Activation

1. Open **Account Settings**
2. Find **Automatic route calculation to hotel**
3. Toggle the setting **on**

Once enabled, the feature triggers automatically for every release that meets the prerequisites.

***

{% hint style="info" %}
**Internet connection required.** The route is calculated on demand from the traveler's live position, so the feature does not work offline.
{% endhint %}

***

#### Related

* [Personalized Accommodation](/publishing/tour-guide-app/personalized-accommodation.md) — Add booking-specific accommodations and stage destinations
* [First Mile Navigation](/publishing/tour-guide-app/turn-by-turn-navigation/first-mile-navigation.md) — Guide travelers onto the curated route


---

# 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/publishing/tour-guide-app/turn-by-turn-navigation/last-mile-navigation.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.
