# Standard Layout

The standard layout is the default way to view and edit a submission in Daxium-Air. It presents the complete form — all fields, organized by section — alongside metadata, history, and available actions.

The platform always falls back to the standard layout when no [Summary Layout](/user-documentation/use/submission-layout/summary-layout.md) is configured for that form, or when you explicitly switch from the summary layout to the standard one.

## Accessing the standard layout

**From a view (Table, Gallery, etc.):** click a row or card to open the submission. If no summary layout is active, the standard layout opens directly.

**From the summary layout:** click **View Details** to switch to the standard layout in read mode, or **Edit** to open it directly in edit mode.

**On mobile:** tap a submission card in any list to open it. The standard layout is the default display on mobile when no summary layout has been activated for that form.

## Layout sections

The standard layout is divided into five sections visible on the right-hand panel and the main body.

| Section         | Description                                                                        |
| --------------- | ---------------------------------------------------------------------------------- |
| **Form fields** | All fields from the form structure, organized by section and page                  |
| **History**     | Timeline of all changes, status transitions, and comments                          |
| **Info panel**  | Metadata — created by, creation date, last update, assigned to                     |
| **Actions**     | Available operations — change workflow status, generate a report, assign to a user |
| **Reports**     | Previously generated reports attached to this submission                           |

### Form fields

The main body of the standard layout shows every field from the form, grouped by page and section exactly as defined in the form builder. Fields are read-only until you click **Edit**.

{% hint style="info" %}
Calculated fields, read-only fields, and fields hidden by a visibility condition are not editable even in edit mode — this is controlled by the form configuration, not the layout.
{% endhint %}

### History

The history panel logs every event on the submission in reverse-chronological order:

* Field value changes (before/after)
* Workflow status transitions
* Assignment changes
* Comments (see [Commenting on Submissions](/user-documentation/use/submission-layout/commenting-submissions.md))
* Report generation events

### Info panel

The info panel shows fixed metadata that cannot be edited:

* **Created by** — the user who submitted the form
* **Creation date** — timestamp of the initial submission
* **Last updated** — timestamp and author of the most recent edit
* **Assigned to** — the user or group currently assigned to this submission (editable via the Actions section)

### Actions

The actions available depend on the form configuration and the current user's permissions:

* **Change workflow status** — move the submission to the next or a specific workflow state
* **Generate a report** — trigger a report template and attach the output to the submission
* **Assign** — assign or reassign the submission to a user or group

### Reports

Previously generated reports are listed here with their generation date. You can download any report from this section.

## Editing a submission

To edit fields, click **Edit** in the top-right corner. This unlocks all editable fields. When done, click **Save** to commit your changes or **Cancel** to discard them.

Edits are logged immediately in the History panel on save.

See [Editing Submissions](/user-documentation/use/submission-layout/editing-submissions.md) for full details on edit mode, bulk editing, and permission requirements.

## Web vs. mobile

The standard layout is available on both web and mobile. The structure is the same, but the mobile version stacks sections vertically and uses a bottom action bar instead of the right-hand panel.

On mobile, the History and Info panel sections are accessible via tabs at the top of the submission view.


---

# 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/standard-layout.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.
