# Controls

- [Basic Controls](https://wpmaps-docs.mapster.me/maps/controls/basic-controls.md): Standard controls for your map.
- [Geocoding & Geolocation](https://wpmaps-docs.mapster.me/maps/controls/geocoding-and-geolocation.md): Controls for making it easier for your user to locate places on the map.
- [Togglers](https://wpmaps-docs.mapster.me/maps/controls/togglers.md): Controls that enable and disable certain effects on the map.
- [Other Controls](https://wpmaps-docs.mapster.me/maps/controls/other-controls.md): Controls that are hard to categorize :)
- [Control Render Order](https://wpmaps-docs.mapster.me/maps/controls/control-render-order.md): Take control of how your controls appear on the map.


---

# 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://wpmaps-docs.mapster.me/maps/controls.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.
