> For the complete documentation index, see [llms.txt](https://whitepaper.metapax.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.metapax.io/use-cases/discover-the-world-1000-miles-away.md).

# Discover the world 1000 miles away

![](/files/fyFIS1EUMly0JhxvzOwb)

#### Description

Don't have the ability to travel across the world? Now you can do it remotely!

Hire a local tour guide in any corner of the world and immerse yourself in a truly unique experience through their eyes, build your own travel itinerary or use the guide's recommendations in real time.

#### Examples

Explore Iceland's glaciers through the eyes of an experienced guide while sitting next to a fireplace in your house across the world.

Take a trip down Route 66 on a Harley, drop by the famous biker bar that you saw in a movie once... see it all live through a Paxer's eyes!

Watch a volcano erupt on Java without the need to fly to Indonesia.

Walk the streets of Cape Town in the evening and enjoy a breathtaking sunset from Signal Hill.


---

# 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://whitepaper.metapax.io/use-cases/discover-the-world-1000-miles-away.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.
