> For the complete documentation index, see [llms.txt](https://docs.testmace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testmace.com/master/other-features/bulk-edit.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.testmace.com/master/other-features/bulk-edit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
