> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NSTooltipsAgent

> Tooltip system, hint to text transformation.

Tooltip system, hint to text transformation.

## Constructors

### NSTooltipsAgent()

```crmscript theme={null}
NSTooltipsAgent
```

Tooltip system, hint to text transformation.

## Methods

## GetTooltip(String)

Parses a tooltip hint and return a tooltip.

```crmscript theme={null}
String GetTooltip(String tooltipHint)
```

**Returns:** [CRMScript.Global.String](CRMScript.Global.String) - either a literal text, representing itself or a set of key/value pairs enclosed in curly braces.  may contain resource string identifiers (in square brackets), to be processed by the resource manager.

<Note>
  Each key is separated from its value by an equals sign, and each pair from the next by an ampersand, according to usual conventions.

  A typical tooltip hint could be \<code>`{contact_id=123}`\</code> or \<code>`{appointment_id=222 & mode=simple}`\</code>
</Note>


## Related topics

- [SuperOffice.WebApi.Agents.TooltipsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.TooltipsAgent.md)
- [SuperOffice.WebApi.Agents.ITooltipsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ITooltipsAgent.md)
- [Get Tooltip](/en/api/reference/restful/agent/tooltips_agent/get-tooltip.md)
- [SuperOffice.WebApi.Data.Tooltips](/en/api/reference/webapi/SuperOffice.WebApi.Data.Tooltips.md)
- [SuperOffice.WebApi.Agents.ArchiveAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ArchiveAgent.md)
- [SuperOffice.WebApi.Agents.IArchiveAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IArchiveAgent.md)
