# Modify & Delete Submissions

From any view, you can act on one or more submissions at once using the **Actions** menu. The **Modify** and **Delete** actions are asynchronous — once launched, Daxium-Air processes them in the background. You will be notified of the result in the notification bell when the operation is complete.

## Modify submissions

The **Modify** action lets you update one or more fields across a selection of submissions. Every selected submission will be set to the same value for each field you choose. This is particularly useful for bulk status updates — for example, changing the status field of a batch of submissions from a list field all at once.

**Step 1** — Select the submissions you want to modify.

**Step 2** — Under **Actions**, select **Modify**.

**Step 3** — Pick one or more fields from the drop-down.

**Step 4** — Enter the value(s) for the selected field(s).

**Step 5** — Confirm. The update will run in the background; check the notification bell for the result.

## Delete submissions

The **Delete** action permanently removes the selected submissions. Select the submissions you want to delete, then choose **Delete** under **Actions** and confirm. The deletion runs asynchronously — you will receive a notification in the bell when it is complete.

{% hint style="warning" %}
Deletion is permanent. Deleted submissions cannot be recovered.
{% endhint %}


---

# 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://www.center.daxium-air.com/user-documentation/use/views/actions-from-views/modify-and-delete-submissions.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.
