> For the complete documentation index, see [llms.txt](https://docs.dataloy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataloy.com/release-8.8/voyage-management-system/step-by-step-guides/bulk-update.md).

# Bulk Update

Bulk Update lets you modify specific fields across multiple rows (voyages, items, etc.) at once, saving time and reducing repetitive actions. Each list will show different fields for bulk updating. If no bulk-editable fields are configured for a particular list, an empty Bulk Update window will appear.

1\) Click on the **Bulk Update** button or hover a row an click the checkbox to select an instance. A highlighted **Bulk Update** button with the "x" icon indicates that you are in edit mode.

<figure><img src="/files/92zMQLF65xBlQd1ZNhyE" alt=""><figcaption></figcaption></figure>

2\) Select which rows you want to update by clicking on the checkbox. You can select all the instances in the page by selecting the topmost checkbox.

3\) Click the **Update** button on the right corner to view the available fields for bulk updating.

<figure><img src="/files/hSnY9B8GjMSQ4aE35PGD" alt=""><figcaption></figcaption></figure>

4\) Verify the column selection in the List/Grid to the left.

{% tabs %}
{% tab title="List" %}

<figure><img src="/files/67ZqPHZKFjU06D8LTFo5" alt=""><figcaption><p>Default</p></figcaption></figure>

<figure><img src="/files/X19TGDwqpT4xkhCGT2Sc" alt=""><figcaption><p>Selected columns with highlight</p></figcaption></figure>
{% endtab %}

{% tab title="Grid" %}

<figure><img src="/files/lN7J3wGyHmHoXw2QD3WD" alt=""><figcaption><p>Default</p></figcaption></figure>

<figure><img src="/files/lFTK2ZsCOsqFSB3MOnUH" alt=""><figcaption><p>Selected columns with highlight</p></figcaption></figure>
{% endtab %}
{% endtabs %}

5\) For each field, choose one of the following update options:

* **Keep Existing**: The field value will remain unchanged for all selected rows.
* **Set New Value**: Enter a new value that will be applied to the field across all selected rows.
* **Change by Percentage**: Enter a percentage to adjust the field’s value accordingly.
  * *Example*: If you enter **10**, a value of 5**0** will increase to **55**.
* **Change by Value**: Enter a number to add/subtract from the existing field value.
  * *Example*: If you enter **10**, a value of **50** will increase to **60**.

Once you've made your selections, click **Next** to preview the changes before applying them.

6\) Before applying changes, review the summary to ensure the correct modifications are being made. The preview will display updated field values and applied changes.

<figure><img src="/files/UkV6mQfSdLGvoXZItmoG" alt=""><figcaption></figcaption></figure>

7\) Click the **Bulk Update** button once more to clear selection and exit edit mode.&#x20;


---

# 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:

```
GET https://docs.dataloy.com/release-8.8/voyage-management-system/step-by-step-guides/bulk-update.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.
