# Interactivity and Popups

The settings under the Interactivity tab of the layer editor give you some control over values that may appear when you click on a layer or hover over a layer feature. A Banner is short text that can be displayed toward the bottom of the map when the user hovers over features. Tootips are short text displayed next to the mouse cursor when you hover over a feature. Popups appear when you click feature.&#x20;

<figure><img src="/files/Wy1J5uaNvhEzYVSpdg2b" alt=""><figcaption><p>Here I have entered "12nm Boundary" as a tooltip. Howevering my cursor over a feature in this layer reveals that text. </p></figcaption></figure>

Note that Tooltips and Popups can be enhanced with simple HTML tags. We will provide more information on this feature in future updates to our documentation.&#x20;

{% hint style="info" %}
Remember, changes to these settings will only be updated after [Publishing Changes](/seasketch-documentation/administrators-guide/overlay-layers/publishing-changes.md)
{% 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://docs.seasketch.org/seasketch-documentation/administrators-guide/overlay-layers/interactivity-and-popups.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.
