# Add a Unit

## What is a Unit?

A Pro mode unit is an item to operate within a block. There’s 2 unit types:<br>

* A **layout** is a structural basis of how all the parts of the block will be positioned relative to each other to look harmonious;
* An **element** is a building unit of a block that contains different types of content (e.g. image, video, text, etc.).

## Add a Unit

<figure><img src="/files/OXajUuEGSfYAFyFNdjHI" 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 **Elements** tab to add an element from the default collection list.
{% 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 unit.
{% endstep %}

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

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

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

## Add a Repeatable Units List

Duplicate units with custom settings at once.

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

* Product lists;
* News cards;
* Galleries;
* Any dynamic data.
  {% endhint %}

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

{% stepper %}
{% step %}
Select a Cells / Container layout and fill it with units.
{% endstep %}

{% step %}
Click the **Make repeatable** icon.

An **Add repeatable** icon will appear.
{% endstep %}

{% step %}
Click the **Add repeatable** icon to duplicate the first unit within the layout.&#x20;

The unit will be duplicated within the layout with the same settings as the original unit.
{% endstep %}
{% endstepper %}


---

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