> For the complete documentation index, see [llms.txt](https://www.center.daxium-air.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.center.daxium-air.com/news/august-2026/summary-layout.md).

# Read any submission at a glance with the summary layout

**Published on August 5, 2026**

**New feature: the summary layout.**

A form that captures everything is a good form. It is also a long one, and once the submission comes back from the field, the information you need to act on it sits buried among dozens of fields. The summary layout gives you a second, condensed view of that same submission: one page, showing only what you choose to expose.

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

**What is it?**

A dedicated builder, opened from the form editor with the "Summary layout" button. Drag the fields and metadata that matter into sections, and leave the rest of the form untouched. A section holds at most two columns, so the result stays readable on a phone as well as on a screen.

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

**Parent relations, finally within reach.** This is the part we expect to change the most for you. In the standard form editor, a submission can show its own fields and reach down into its children, but the submissions it belongs to, its client, its site, its contract, stay out of reach. The summary layout lifts that limit: parent relations appear in the metadata selector, so the data of a submission's parent sits right on the page, next to the submission's own fields. The context someone needs in order to decide something no longer lives one or two clicks away.

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

**Reach into related forms as well.** Click the arrow to the right of a relation field to browse into the related form and pick fields from there.

**Customize what each section shows.** Rename a field for the summary only, give it half or full width, and apply a visibility condition so a section appears only when it is relevant. The same field can appear more than once, in different sections.

**Turn it on where you need it.** When you activate a summary layout, you choose the platforms it applies to: web, mobile, or both. Every submission of that form then opens in the summary layout, with a button to switch back to the standard view. You can also save without activating, and keep working on the draft.

Available on: **Web**, **iOS**, **Android**

{% hint style="info" %}
Learn more in the [Summary Layout](https://www.center.daxium-air.com/user-documentation/build/building-forms/summary-layout) documentation.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://www.center.daxium-air.com/news/august-2026/summary-layout.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
