# Tooltip

**Tooltip** provides additional information or guidance to users about specific options or fields within your app.&#x20;

The Tooltip appears as a small pop-up when users hover over or click on an information icon. It provides brief, contextual information without cluttering the interface.

<figure><img src="/files/jgr0WzbgNeXfLl0RulNi" alt=""><figcaption><p>Tooltip setup and Preview</p></figcaption></figure>

2. **Below**: This form of Helptext is displayed directly beneath the option or field, offering more detailed explanations or instructions. It remains visible as users interact with the form, providing ongoing support and clarity.

<figure><img src="/files/OPbGvjbqgKs3OvXtHvZR" alt=""><figcaption><p>Below setup and Preview</p></figcaption></figure>

Both forms help users understand the functionality and requirements of options, improving their overall experience with the app.


---

# 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://options-docs-v2.avisplus.io/get-started/key-terminology-simplified/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.
