> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/togo-wordpress/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/togo-wordpress/trip/settings/maps.md).

# Maps

<figure><img src="/files/jY2zVW7fJurdvyWp8Hkw" alt=""><figcaption></figcaption></figure>

### 🗺 Trip Settings: Maps Tab

Use this section to specify the **pickup point** (or departure location) for the trip. This location will appear on the map shown to users on the tour detail page.

***

#### 📍 Pickup Point (or Departure Point)

* **Address Field**:\
  Enter the full address or place name where the trip starts.\
  Example: `123 Main Street, Hanoi, Vietnam` or `Charles de Gaulle Airport, Paris`.
* **Map Display**:\
  Once a valid address is entered and the **Find Address** button is clicked, the map will auto-update to show a pin at the specified location.

#### 💡 Tips

* Use real, specific addresses to enhance trust and convenience for customers.
* If you offer hotel pickup, list a general location (e.g. "Old Quarter, Hanoi").
* For multi-day tours with different meeting points, mention the variations in the itinerary content instead.


---

# 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:

```
GET https://uxper.gitbook.io/togo-wordpress/trip/settings/maps.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.
