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

# Tags

> Make sense of your variables

Tags provide a way to group variables based on their meaning. These groups can then
be used across the application for a more convenient experience.

To learn more about how to deal with tags, check out [how to group variables](/documentation/data-preparation/variable-management-ui-config/group-variables).

## Using tags

Tags can be thought like a **variable group**. For example, in this Airbnb dataset, we have 82 variables, 18 of which
are exclusively related to the host data, such as their ratings, superhost status,
location, response rate and so on. By tagging all these as '**host**', we can quickly access them
from this dropdown in the variable manager, or the main interface.

We also created another tag, called '**location**', for all variables related to coordinate
and neighbourhood data.

<Frame
  caption="Tags filtering Host Data in the Data tab. 
This dataset has 82 variables, out of which 18 are exclusively 
about the host's information, like sign up date, response rate or overall rating. 
Tags make it much more manageable to deal with all this information."
>
  <img src="https://mintcdn.com/graphext/McO4MTYPhEdyoC4d/images/tags-main.webp?fit=max&auto=format&n=McO4MTYPhEdyoC4d&q=85&s=135b16f4f86dabfd2a9d147e52494209" alt="tags main" width="3066" height="2148" data-path="images/tags-main.webp" />
</Frame>

<br />

<Frame caption="Tags filtering host data in the Variable Manager">
  <img src="https://mintcdn.com/graphext/McO4MTYPhEdyoC4d/images/tags-variable-manager.webp?fit=max&auto=format&n=McO4MTYPhEdyoC4d&q=85&s=5e56c000063e19b54ee00bf7a53e938b" alt="tags main" width="3257" height="2147" data-path="images/tags-variable-manager.webp" />
</Frame>
