# Bulk Edit

Some tables in the app have the bulk edit feature.  You can see the **BULK EDIT** button above these tables.When you enable the bulk edit mode, the table content transforms into text, where values are separated by the **:** symbol and lines break with the newline character. To disable the line, text **//** in the beginning.

Let's take headers bulk editing at RequestStep node. Standard headers editing looks like this:

![Standard headers editing](/files/-Lgby1qDO-3IJLEI7wkn)

When you click on the **BULK EDIT** button, the widget changes to this:

![Headers bulk editing](/files/-LgbyQsJjDD5ufO8yPkJ)

See how values are separated by : symbol and lines break with the newline character. Let's disable the first line. Add **//** in the beginning.

![Disabling a line in the bulk edit mode](/files/-Lgbzdf23GWVbN30MAH4)

Let's turn back to the table mode by clicking on the **TABLE EDIT** button. The table will look like this:

![](/files/-Lgc--dqOyKM2y0l_Rx_)

As you can see, the first line checkbox is unchecked, which means the line won't be used in the request.


---

# 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.testmace.com/master/other-features/bulk-edit.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.
