> For the complete documentation index, see [llms.txt](https://help.parta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.parta.io/no-code-editor/edit-layouts/add-a-layout.md).

# Add a Layout

## What is a Layout?

A layout is a structural basis of how all the parts of the block will be positioned relative to each other to look harmonious.

There’s 3 layout types:<br>

* A Cells layout (grid) is a two-dimensional system to organize content into rows and columns;

{% hint style="info" %}
Use for:

* Image galleries;

* Product cards;

* Complex forms;

* Dashboards.
  {% endhint %}

* A Container layout (flex) is perfect for linear arrangement of units in a row or column;

{% hint style="info" %}
Use for:

* Navigation menus;

* Button lists;

* Cards in a row;

* Vertical forms.
  {% endhint %}

* An Absolute layout (absolute positioning) is a Figma-like canvas for freely placing units by coordinates.

{% hint style="info" %}
Use for:

* Decorative elements;
* Overlays;
* Custom canvas for drafts;
* Positioning relative to edges.
  {% endhint %}

## Add a Layout

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

{% stepper %}
{% step %}
Click the **+** icon at the left menu or at the selected layout.

A pop-up window will appear.
{% endstep %}

{% step %}
Select an **Frame** tab to add a layout from the default collection list.
{% endstep %}

{% step %}
Select an **Asset** tab to add a previously saved layout.
{% endstep %}

{% step %}
Select a **Stash** tab to add a recently deleted layout.
{% endstep %}

{% step %}
For the left menu selection window, click and hold the layout, then **drag** it onto the layout.

For the layout selection window, **click on** the layout to add it to the layout.
{% endstep %}
{% endstepper %}


---

# 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://help.parta.io/no-code-editor/edit-layouts/add-a-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.
