# Tooltip

Tooltips within the Sunbird-Ed portal are implemented using the semantic popup feature. These tooltips offer valuable hints and information, enhancing user understanding and interaction. They provide a user-friendly way to access context-specific details, contributing to an enriched user experience while leveraging the semantic popup functionality. For more information please refer to this doc <https://sunbird-ed.github.io/sunbird-style-guide/dist/#/tooltip>

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

```
<button class="sb-btn sb-btn-outline-gray sb-btn-normal"
suiPopup popupHeader="Short text Discription">Hover for tooltip</button>
```


---

# 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://ed.sunbird.org/older-versions/contribute/source-code/workflows/ui-user-interface-sunbird-ed-portal/component-style-guide-version-1/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.
