# How do I make changes in bulk?

If you have multiple Tasks that are going to contain the same field of information, you can make changes in bulk to save time.

There are two methods to make changes in bulk:

**Method** <img src="/files/j9Pa5lM4ACQ4Gnyy1cug" alt="" data-size="line"> **- Multi-Select**

1. Hover the cursor over a Task that you would like to that you'd like to make changes to
2. Click the checkbox to select the Task
   * Repeat step 1 and step 2 for each Task that you would like to edit
3. In the multi-select menu, click the **Pencil** icon
4. Select the property that you'd like to bulk assign to your selected Tasks
5. From the drop-down menu, choose which asset or property to assign to the selected Tasks
6. Click the **Tick** to confirm the changes

<figure><img src="https://downloads.intercomcdn.com/i/o/706203750/f0be9decdf951bacb59a5cfd/ezgif.com-video-to-gif+%283%29+%281%29.gif" alt=""><figcaption></figcaption></figure>

**Method** <img src="/files/49j6bP3zKhN05hHGomtg" alt="" data-size="line"> - **Copy and Pasting across multiple cells**

1. Select a cell with the field you’d like to copy and hit `Ctrl` + `C`
2. Click the first cell you’d like to paste into, hold SHIFT, then click the last cell to multi-select
3. Hit `Ctrl` + `V` to paste

<figure><img src="https://aphex-8d977de5bcd7.intercom-attachments-1.com/i/o/668263133/d8814cf0ca2f76bc1c55ce86/ezgif.com-video-to-gif_-281-29.gif" 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://help.aphex.co/docs/frequently-asked/faqs/how-do-i-make-changes-in-bulk.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.
