> For the complete documentation index, see [llms.txt](https://docs.ludi.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ludi.co/boards/tags.md).

# Tags

Tags are a way to add additional labels to sticky notes and cards:

<figure><img src="/files/0510H6Hc5H7qnyXIWHX4" alt=""><figcaption></figcaption></figure>

* Tags can either be just a label or a label & value.
* Tags can be customized with color and symbol.
* Tags can be added by selecting a sticky note and using the 'tag' icon.
* Tags can be quickly added by typing a #hashtag or wrapping a label/value in square brackets like this: \[valueTag=50].

{% hint style="info" %}
TIP / If you use the 'equip' option when a tag is selected you can load it to your cursor, then drag across multiple sticky notes to apply the tag
{% endhint %}

### Exporting Stickies with Tags

Tags can be added as a column to a data export of stickies:

<figure><img src="/files/NTblg0AFZcAFA12sie4D" alt=""><figcaption><p>Including the Tag "User Journey" in the data export</p></figcaption></figure>

* Each tag type is shown in the column list, choose which to include.
* Each Tag type chosen is a column in the data export.
* Tag values for chosen tags will be displayed in the table.


---

# 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:

```
GET https://docs.ludi.co/boards/tags.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
