> For the complete documentation index, see [llms.txt](https://docs.seasketch.org/seasketch-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seasketch.org/seasketch-documentation/administrators-guide/overlay-layers/interactivity-and-popups.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.seasketch.org/seasketch-documentation/administrators-guide/overlay-layers/interactivity-and-popups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
