# Form Layout

The **Layout** tab provides tools to visually arrange the components of your form.

By default, components are stacked **vertically**. The layout tools allow you to customize this structure by using **containers** that define flexible layouts. These containers can hold other containers or components, enabling highly customizable form designs.

To add a container, drag it from the panel and drop it into the **Design** tab interface at the desired location. Guide lines will appear to help you place the container in valid positions.

This approach allows you to create an infinite variety of simple or complex layouts.

<table data-header-hidden><thead><tr><th width="143"></th><th></th></tr></thead><tbody><tr><td>Horizontal</td><td>This container creates a <strong>row</strong> in which multiple components or containers can be placed <strong>side by side</strong>.</td></tr><tr><td>Vertical</td><td>This container creates a <strong>column</strong>, where components or containers are arranged <strong>one above the other</strong>.</td></tr><tr><td>Group</td><td>This container allows you to group components or containers, helping to structure long or complex forms.<br>Click the group container to set a <strong>title</strong> in the <strong>Properties</strong> section.</td></tr><tr><td>Tab</td><td>This container lets you create <strong>tabs</strong> to better organize forms with many components.<br>Tabs can be placed inside other containers. Click the tab container to edit its <strong>default title</strong> in the <strong>Properties</strong> section.</td></tr><tr><td>Space</td><td>This container adds <strong>spacing</strong> between two components or containers, useful for improving the visual clarity of the layout.</td></tr></tbody></table>


---

# 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://docs.jmapcloud.io/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/creating-forms/form-design/form-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.
