# Bulk Tag Edits

To access bulk tag edit mode in Clarity, start by opening the regular `Tag Settings` dialog, which is accessible from the `TAGS` section of the sidebar:

<img src="/files/gt2wqahoz4TOhnLWDzoZ" alt="" data-size="original">

In the `Tag Settings` dialog, click the `Bulk Edit` button at the top right:

![](/files/gMLpPQ675icbaa054o0m)

In the bulk edit dialog, enter a search term to find tags. For example, to find all tags with "meter" in the name and change their units to watts, we would enter the search term at the top right, then in the right pane check all the fields we want to edit and enter their values:

![](/files/rU9lurLpcGnHV3upDbLx)

If there are some tags matching your search term that you don't want to modify, uncheck those tags in the search results list. The checkbox to the left of the search box checks or unchecks all results when toggled.

![](/files/iyX1DzRw8lv2wtitgrD9)

Your search results may include some "Group" tags, which are non-leaf nodes in your tag structure tree. For example, if you had tags named `meter/average_demand` and `meter/peak_demand`, there would be a group tag named `meter` that would be the parent of those tags. To exclude group tags from your search results, click the filter icon to the right of the search box and turn on the `Exclude Group Tags` switch.

![](/files/UaN5BEBMBnv3GkdapNxl)


---

# 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.jcore.io/clarity/connect-data-sources/bulk-tag-edits.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.
