# Search Bar and Map Navigation Options

The search bar and map navigation options allow users to easily find and visualize available geospatial data.

## Search Bar

Search for addresses or place names to center the map. The placeholder text is localized to the selected language.

## Map Navigation Options

The map navigation options include:

* **Zoom In/Out**: Adjust the map zoom.
* **Pan**: Drag to explore the area.
* **Center on Current Position**: Centers on your device location (tooltip localized).
* **Click-to-Jakartowns**: Toggle the control, then click the map to open the Jakartowns 3D view at that location.
* **Context Menu**: Right-click to open a quick link to Jakartowns at the clicked point.

## Deep Linking (Optional)

You can share URLs with map parameters: `lat`, `lng`, and `zoom`. When present, the application centers to these coordinates and can select the nearest point automatically.


---

# 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.jakarto.com/guide-data-downloader/en/user-interface/search-bar-and-map-navigation-options.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.
