> For the complete documentation index, see [llms.txt](https://wpmaps-docs.mapster.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpmaps-docs.mapster.me/maps/controls/other-controls.md).

# Other Controls

### Download Control <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

Adds the ability for users to download the current data visible on your map as a CSV.

* **Let category filters affect data download** or not
* **Notify specific users when download occurs** via email
* **Include only the fields you prefer when users download data**. To find the names of the fields, download the full CSV and use the header names you see there to exclude them using comma separation

### Print Control <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

Allow users to export a quick PNG of your map for use in other applications or to print.

{% hint style="info" %}
We are looking into adding more customization to this control, such as different formats and 300 DPI exporting. Please get in touch if this is an important feature for you and we will try to accomodate!
{% endhint %}

### Custom HTML Control <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

Add totally custom HTML. This is suitable for a legend or any custom interactive material you might want to show. [See an example here](https://wpmaps.mapster.me/examples/mapster-wp-map/custom-html-control/).

You can enter HTML and CSS if you put it into a style tag, like the image below.

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


---

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