> 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/manage-a-layout.md).

# Manage a Layout

## Manage a General Type Layout

General type layouts are **cells, containers, absolutes**.

Select a general layout to perform an action.

{% hint style="info" %}
Any general type layout management options includes [unit management](/no-code-editor/edit-units/manage-a-unit.md) options.
{% endhint %}

<figure><img src="/files/1GPa6k5Q2QemC4I7U9VE" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="50">№</th><th width="200">Action</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Layout switch button</td><td><ul><li>Select a layout from the drop-down menu to change the current one.</li></ul><p>A unit will change a parent layout.</p></td></tr><tr><td>2</td><td>Lock / unlock layout</td><td><ul><li>Click the <strong>Lock from editing</strong> icon at the Block structure tab;</li><li>Use the keyboard shortcut <strong>⇧ (Shift) + L</strong>.</li></ul></td></tr></tbody></table>

## Manage a Structural Container Layout

Structural container layouts automatically appears when you [add actions to a unit](/no-code-editor/edit-units/add-actions-to-a-unit.md).

Select a structural container to perform an action.

{% hint style="warning" %}
Structural type layout management options does not include all [unit management](/no-code-editor/edit-units/manage-a-unit.md) options.
{% endhint %}

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

<table><thead><tr><th width="50.20001220703125">№</th><th width="200">Action</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Copy</td><td><p></p><ul><li>Go to the context menu and select the <strong>Clone</strong> option;</li><li>Use the keyboard shortcut <strong>Cmd (Ctrl) + D</strong>.</li></ul><p>A duplicated unit will appear to the right of the original unit.</p></td></tr><tr><td>2</td><td>Lock</td><td><p></p><ul><li>Click the <strong>Lock from editing</strong> icon at the Block structure tab;</li><li>Use the keyboard shortcut <strong>⇧ (Shift) + L</strong>.</li></ul></td></tr><tr><td>3</td><td>Unwrap</td><td><p></p><ul><li>Go to the context menu and select the <strong>Ungroup</strong> option;</li><li>Use the keyboard shortcut <strong>⇧ (Shift) + U</strong>.</li></ul><p>A unit will be unwrapped from the current layout.<br></p><p>A Block structure tab will be opened. </p></td></tr><tr><td>4</td><td>Navigate</td><td><p></p><ul><li>Use the keyboard shortcut <strong>⇧ (Shift) + ↑→↓←</strong>.</li></ul><p>Navigate through the layout:<br></p><ul><li><strong>⇧ (Shift) + left / right</strong> keys will change nesting (drop into children, drop out into parents);</li><li><strong>⇧ (Shift) + up / down</strong> keys will switch to the previous / next neighbor.</li></ul><p>A Block structure tab will be opened.</p></td></tr></tbody></table>


---

# 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/manage-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.
