# Developer

- [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/developer.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.
