> For the complete documentation index, see [llms.txt](https://docs.chartsql.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chartsql.com/reference/directives/overlay-series-1.md).

# @tags

{% hint style="info" %}
@tags is a directive used in ChartSQL Studio. It does not have any effect on rendering or ChartSQL.js
{% endhint %}

## Quick Reference

```
-- @tags: sales, costs
```

## Valid Values

`List`

A comma separated list of tags that can be searched in the file browser to group related scripts together.

## Use Cases

Use `@tags` to group your SQL scripts together for easy searching. You can search by the tag name in the file browser search and all scripts which contain the tag will be shown.
