# Bulk Operations

### Steps

* Use **Ctrl+Click** to select multiple elements in the DOM Tree Navigator.
* Ensure the selected elements share attributes to avoid conflicts during bulk updates.

<mark style="color:purple;">**Adding Attributes in Bulk**</mark>

* Enter the desired attribute name and value in the **Add Attribute** input field.
* Click the **Save** icon to apply the new attribute to all selected elements.

<mark style="color:purple;">**Editing Attributes in Bulk**</mark>

* Locate the common attributes shared by the selected elements.
* Click the **Edit** icon next to an attribute, make the necessary changes, and save.
* All selected elements will be updated with the new attribute values.

<mark style="color:purple;">**Deleting Attributes in Bulk**</mark>

* Select the elements you want to modify.
* Identify the attribute to remove and click the **Delete** icon.
* The attribute will be removed from all selected elements simultaneously.


---

# 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://app-docs.creoglyph.io/attriflow/features/bulk-operations.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.
