# Using Tags

You can use tags on all entities in Locoia to make them easier to search for and find.

Tags are shared and autosuggested across all entities; e.g. if you add the Tag "CRM & Sales" to a dashboard, it will also be shown as a suggestion on flows:

![Tag suggestions](/files/-MjUZ524UpkS501k4cYG)

On the overview pages you can then filter by these tags, e.g. as shown here on the Flow Builder overview:

![Filtering by tags](/files/-MjUZY5BCbfe2TbQUN8F)

{% hint style="info" %}
You can share your exact search with any other user that is part of your account by sending them your current URL, which includes the tag(s) selected by you.
{% endhint %}


---

# Agent Instructions: 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.locoia.com/best-practice-guides/using-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.
