# Tags & Tag Manager

{% hint style="info" %}
The tag manager is used to rename or delete a certain tag from multiple trades at once, to add tags to a trade use the tag input window, shown below
{% endhint %}

## Adding and Deleting individual tags

<figure><img src="/files/F1uBVMNHgU1fBcRuaCLK" alt=""><figcaption><p>Inputting tags and deleting them</p></figcaption></figure>

Inputting and deleting tags is very straightforward, to add a new tag just start writing it and when you want to add it press enter or the Add \<tag> button in the dropdown menu that pops up.

To Delete a tag just press the "X" next to the tag name.

***

## Tag manager

To open the tag manager press the Tag Manager link in the Tags window:![](/files/C7Qgj4wvBAI1YlrdbAEE)

When you do that you'll get shown the tag manager menu:

<figure><img src="/files/hNZdWMlYphhky7QxvE4X" alt=""><figcaption><p>Tag manager pop-up</p></figcaption></figure>

{% hint style="danger" %}
If you delete a tag in the tag manager that tag is removed from all trades where it has been added. Once you do this you cannot reverse the decision
{% endhint %}

In the tag manager you can either delete or rename a certain tag across all trades. So if you have the tag `Failed breakout` and rename it in the tag manager then it will be renamed everywhere, not only for the trade you are currently looking at.

***

### Renaming a tag

<figure><img src="/files/xhgR4zkUZ8u6Jk89lXGr" alt=""><figcaption></figcaption></figure>

### Deleting a tag

<figure><img src="/files/gwRcmLaxFpSNRQ9QAAy3" alt=""><figcaption></figcaption></figure>


---

# 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.tradestream.xyz/journal/trade-details/tags-and-tag-manager.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.
