# Icons

To add one to your Location post, press "Replace Drawing" and click on the map, or search for a location, or enter a latitude and longitude.

{% hint style="info" %}
Icons can work together with [Labels](/locations/labels.md), creating a marker with text under or on it if you wish.
{% endhint %}

### Image

Set the image for your icon. It's best to use an appropriately-sized image. Most image types are accepted.

### Scale

After adding your image, it might render at an unexpected size. Set the size as you want here.

### Opacity

Set the transparency of your icon.

### Rotation

Rotate the icon if needed.

### Position X & Position Y

Adjust the position offset of your icon from the center point horizontally and vertically.

### Anchor

Set the anchor point of the image. Ideal if you are using a custom marker icon is setting this to "Bottom".

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

This will keep the icon a static real-world size — meaning that its edges will be anchored to the map. You will probably need to play with the scale after selecting this to make your icon the size you want.

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

Adjust the transparency on mouse hover.


---

# 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/locations/icons.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.
