# Editing Submissions

Submissions can be created and edited from both the web back-office and the mobile app.

## Creating a submission

1. Navigate to the relevant **view** or **structure**
2. Click **New submission** (web) or tap **+** (mobile)
3. Fill in the required fields
4. Save as **draft** or **submit** to advance the workflow

## Editing an existing submission

* Open the submission from any view
* Modify the fields you need to update
* Save your changes

{% hint style="warning" %}
Editing permissions depend on your group permissions and the current workflow status. Some fields or statuses may be locked.
{% endhint %}

## Offline mode (mobile)

The mobile app supports **offline editing**:

* Create and edit submissions without an internet connection
* Data is stored locally on the device
* Automatic sync when connectivity is restored

{% hint style="info" %}
To delete a submission or perform bulk edits across multiple submissions, see [Modify & Delete Submissions](/user-documentation/use/views/actions-from-views/modify-and-delete-submissions.md).
{% 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/submission-layout/editing-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.
