> For the complete documentation index, see [llms.txt](https://tooltips.gitbook.io/tooltips/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tooltips.gitbook.io/tooltips/plugin/features.md).

# Features

Important terms and features used in this plugin

* [Themes ](/tooltips/configuration/theme.md)are used to define how a tooltip looks.
  * The height of the tooltip
  * How many text lines it supports
  * The height at which text starts appearing
  * The vertical spacing between lines
* [Presets ](/tooltips/configuration/preset.md)are used to pre-set extra properties for tooltips.
  * Defines text ([MiniMessage format](https://docs.advntr.dev/minimessage/format.html))
    * [Animations](/tooltips/configuration/preset/animations.md) to animate the text
    * [Functions](/tooltips/configuration/preset/functions.md) to create more complex text
  * Defines the fade property (tooltip fade in, stay and fade out)
  * How it's displayed
    * [Theme](/tooltips/configuration/theme.md)
    * Color
    * Horizontal shift
  * [Conditions ](/tooltips/configuration/preset/conditions.md)(display the tooltip based on certain conditions)
    * [Show ](/tooltips/configuration/preset/show.md)(how a tooltip is shown if conditions are true)
    * [Actions](/tooltips/configuration/preset/actions.md) (interaction when a tooltip is shown)
* [Variables](/tooltips/extra/variables.md) is a feature used in Tooltips to support more complex behavior. They allow you to for example:
  * Create a tooltip that is only shown once to a player
  * Create a sequence of tooltips, for example a tutorial that moves to the next page on right click
  * Create a shop with a confirmation
