# Tooltip 🛠

* [ ] Information

  Keep content clear and concise
* [ ] Contrast

  The background should be different from the underlying content
* [ ] Visibility

  How a tooltip looks and shows

  ⭐️ A tooltip should activate on hover or select of an icon or text it is relevant to

  ⭐️ Only one tooltip should be visible at a time

  ⭐️ A tooltip should not cover the content it is relevant to
* [ ] Dismiss action

  Depending on how intrusive or extensive the tooltip is, a dismiss allows the user to feel more in control and allow the tooltip to feel more flexible and non-compulsory


---

# 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.klai.studio/engineering-reference-docs/software-testing-overview/ux-ui-checklist/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.
