# Tooltip

Tooltip allows you to open explanatory message boxes by hovering the mouse cursor over the objects.

![Figure 1 : Tooltip](/files/-LkTKo4tTVDXWaJ-mhXx)

As shown in Figure 1, you can see the information message box that pops up when the mouse pointer is placed over the object.

## Tooltip-Expression

Tooltip-Expression is operated in a similar way to get animation. The only difference is that when the mouse is hovering over the object, the results appear in the automatically opened message box.

![Figure 2 : Tooltip Expression](/files/-LkTLdvdQl_D5dPi3o2B)

As shown in Figure 2, a simple script was written to display the "Example Motor Temperature Value" message on the selected object. The title, font size, and color of the message can be defined on the identification form on the right.


---

# 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://inscada.gitbook.io/ins/en-1/user-interface/development/animations/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.
