# Tooltip

Tooltips display text labels when a user hovers over an element.

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

**Show tooltip:** Toggle whether tooltips are shown.&#x20;

**Content:** What will be displayed in the tooltip?

**Show arrow:** Toggle whether the tooltip will contain an arrow.

**Max width:** Set maximum width of the tooltip.

**Placement:** Choose placement of the tooltip relative to the user's cursor.

**Trigger:** Choose whether the tooltip is triggered by a user hovering over or clicking on an element.

**Show delay:** Delay time to display tooltip.

**Hide delay:** Delay time to hide tooltip.

**Follow cursor:** How would you like the tooltip to follow your cursor? It can follow along the x-axis, y-axis, both, or none.

**Interactive:** When this is toggled on, users will be able to hover over and click inside the tooltip.


---

# 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.acho.io/app-builder/app-construction/elements/tooltip.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.
