> For the complete documentation index, see [llms.txt](https://docs.servoy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.servoy.com/reference/servoy-developer/object-editors/form-editor/form-editor-parts-tab.md).

# Parts

## Overview

<div align="left"><figure><img src="/files/uPxJKN2BGIzhcMMbQ6YU" alt="Parts Tab"><figcaption><p>Form Editor - Parts Tab</p></figcaption></figure></div>

The **Parts** tab of the Form Editor allows you to manage the structural parts of a form.\
Parts define vertical sections in your form layout—such as headers, footers, and body sections—that help organize content logically and visually. By adding, removing, or reordering these parts, you control how the form is divided and displayed at runtime.

## Sections

### Available Parts Panel (Left Side)

Lists all standard parts that can be added to the form. Examples include:

* **Title Header**
* **Header**
* **Footer**

Hovering over these may display tooltips with more information.

### Used By Form Panel (Right Side)

Shows the parts that are currently added to this form in their display order.\
By default, a form always contains a **Body** part.

### Control Buttons

* **Between Panels**:
  * `>>`: Moves selected parts from **Available** to **Used by form** (adds the part to the form).
  * `<<`: Removes selected parts from the form and returns them to the Available list.
* **Right Side**:
  * `up`: Moves the selected part up in the list (displayed higher on the form).
  * `down`: Moves the selected part down in the list (displayed lower on the form).

## Using the Parts Tab

<div align="left"><figure><img src="/files/WqrVsf1iuHkUhHMALzOG" alt="Parts Tab demo"><figcaption><p>Managing form parts in the Parts Tab</p></figcaption></figure></div>

### Adding Parts:

1. Select a part from the **Available** panel on the left (e.g., `Title Header`).
2. Click the `>>` button to move it into the **Used by form** panel.
3. The selected part will now appear on the form at runtime.

### Removing Parts:

1. Select a part from the **Used by form** panel on the right.
2. Click the `<<` button to remove it.
   * The part will move back to the **Available** list and will no longer be rendered in the form.

### Reordering Parts:

1. Select a part in the **Used by form** panel.
2. Click the `up` or `down` buttons to change the display order.
   * This determines the vertical position of the part on the rendered form.


---

# 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://docs.servoy.com/reference/servoy-developer/object-editors/form-editor/form-editor-parts-tab.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.
