# Image Polygons

Image polygons are a new feature and may behave a little differently than you expect, but the concept is that you are able to place images onto the map to fit a polygon that you've drawn.

{% hint style="warning" %}
The polygon will *not* slice the image. Instead, the polygon you draw will serve as a guide for placing the image onto the map. You will need to add transparency to your image if you want it to be sliced to be a certain specific shape.
{% endhint %}

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

Add any type of image file to have it fill the bounds that your drawn polygon has.

{% hint style="info" %}
If you need more functionality from this feature, please get in touch with us and we will be happy to explore solutions for you!
{% endhint %}


---

# 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/polygons/image-polygons.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.
