> For the complete documentation index, see [llms.txt](https://docs.interval-soft.com/interval/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interval-soft.com/interval/documentation/admin-tools/settings/tooltips.md).

# Tooltips

**Enhance user understanding and efficiency with the Tooltips page, where you can manage and edit the tooltips across the system. These tooltips provide crucial explanations for forms, fields, and pages, guiding users through the functions of the system. While it is generally not advised to modify these tooltips, this page offers you the flexibility to customize the content to better fit your organization's specific processes and terminology.**

Review the numbered labels on the screenshots below and read the associated text to learn more about the different features on this page.

<figure><img src="/files/26OPXUjebaOi1LTa97UA" alt=""><figcaption><p>Tooltips editing page</p></figcaption></figure>

1. **Close without saving:** Click this button to exit the tooltip editor without saving any changes you have made.
2. **Save:** Click this button to save all the changes made to the tooltips.
3. **Dropdown to select the section:** Use this dropdown menu to select the specific section and page the InterVal program in which you want to edit the tooltips.
4. **Edit the title of the tooltip:** This field allows you to edit the title of the tooltip for the selected section/page.
5. **Edit the description of the tooltip:** This field allows you to edit the description of the tooltip, providing additional detailed information or instructions for the selected section.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.interval-soft.com/interval/documentation/admin-tools/settings/tooltips.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
