# Maps

- [Map Tiles](https://wpmaps-docs.mapster.me/maps/map-tiles.md): Details on the options available in the Map Tiles section of the Maps edit page.
- [Initial View](https://wpmaps-docs.mapster.me/maps/initial-view.md): Select from the options available for initial load of your map.
- [Fit to Features](https://wpmaps-docs.mapster.me/maps/initial-view/fit-to-features.md): Automatically zoom and center the map so that all of the geographic features you've added to it appear visible, regardless of the device being used.
- [Manual Values](https://wpmaps-docs.mapster.me/maps/initial-view/manual-values.md): Customize the starting point and view of your map completely.
- [User Location](https://wpmaps-docs.mapster.me/maps/initial-view/user-location.md): Use user IP to roughly set the start of the map.
- [Map Size](https://wpmaps-docs.mapster.me/maps/map-size.md): Set the layout specifications for how your map appears on the page.
- [Points, Lines, Polygons](https://wpmaps-docs.mapster.me/maps/points-lines-polygons.md): Add geographic features to your map.
- [Clustering](https://wpmaps-docs.mapster.me/maps/clustering.md): Group points into clusters for easier navigation and viewing.
- [Interactivity](https://wpmaps-docs.mapster.me/maps/interactivity.md): Define how users can interact with your map.
- [Controls](https://wpmaps-docs.mapster.me/maps/controls.md)
- [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.
- [Filters](https://wpmaps-docs.mapster.me/maps/filters.md)
- [Category Filter](https://wpmaps-docs.mapster.me/maps/filters/category-filter.md): Allow users to toggle features on and off based on different categories.
- [Custom Search Filter](https://wpmaps-docs.mapster.me/maps/filters/custom-search-filter.md): Let users search through your features in a list dropdown.
- [Filter Dropdown](https://wpmaps-docs.mapster.me/maps/filters/filter-dropdown.md): A simple list of features on your map presented in a clickable set.
- [Lists](https://wpmaps-docs.mapster.me/maps/lists.md): Make a clickable list of all the features shown on your map.
- [Store Locator](https://wpmaps-docs.mapster.me/maps/lists/store-locator.md): An advanced List that creates a customizable list of locations.
- [Specialty Maps](https://wpmaps-docs.mapster.me/maps/specialty-maps.md)
- [Map Comparer](https://wpmaps-docs.mapster.me/maps/specialty-maps/map-comparer.md): Show two maps at once with a slider, allowing exact comparison.
- [Heatmaps](https://wpmaps-docs.mapster.me/maps/specialty-maps/heatmaps.md): Heatmaps are a great way to show large amounts of data.
- [Elevation Profile](https://wpmaps-docs.mapster.me/maps/specialty-maps/elevation-profile.md): Show the elevation of a line over its distance.
- [User Submission](https://wpmaps-docs.mapster.me/maps/specialty-maps/user-submission.md)
- [Listing Page Map](https://wpmaps-docs.mapster.me/maps/specialty-maps/listing-page-map.md): Make a page with locations or areas listed and interactable between the map and your posts.
- [Preloader](https://wpmaps-docs.mapster.me/maps/preloader.md): Select from a few different presets to show when your map is loading.
- [Developer](https://wpmaps-docs.mapster.me/maps/developer.md)
- [Javascript](https://wpmaps-docs.mapster.me/maps/developer/javascript.md): Add a custom function.
- [Embedding Maps](https://wpmaps-docs.mapster.me/maps/developer/embedding-maps.md): Allow other websites to embed your map
- [Faster Loading (Cache)](https://wpmaps-docs.mapster.me/maps/developer/faster-loading-cache.md): Make your maps with tons of data much faster to load!
- [Caching](https://wpmaps-docs.mapster.me/maps/developer/caching.md): Make your page load extremely fast with caching.
- [Progressive Loading](https://wpmaps-docs.mapster.me/maps/developer/progressive-loading.md)
- [Query String Control](https://wpmaps-docs.mapster.me/maps/developer/query-string-control.md): Use a custom query string to open your map directly on a specific marker.


---

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