# Form Containers

## Overview

Form Containers allow you to insert one or more form(s) into a form. This is a common practice when a form needs to be displayed in several places, it also facilitates using relations between the main and contained form when related data needs to be shown.\
Containers can be added to a form using the Place Elements Wizards toolbar, the Palette, or the Solution Explorer.

## Types of Form Containers:

[Form](/reference/servoycore/object-model/solution/form.md#form) containers:

* [Form Container](/guides/develop/application-design/forms/form-containers/form-container.md#form-container)
* [Tab Panel](/guides/develop/application-design/forms/form-containers/tab-panel.md#tab-panel)
* [Split Pane](/guides/develop/application-design/forms/form-containers/split-pane.md#split-pane)
* [Collapse](/guides/develop/application-design/forms/form-containers/collapse.md#collapse)
* [Accordion Panel](/guides/develop/application-design/forms/form-containers/accordion-panel.md#accordion-panel)

[Form Component](/reference/servoycore/object-model/solution/form-component.md#extendsform) containers:

* [Form Component Container](/guides/develop/application-design/forms/form-containers/form-component.md#form-component)
* [List Form Component Container](/guides/develop/application-design/forms/form-containers/list-form-component.md#list-form-component)


---

# 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.servoy.com/guides/develop/application-design/forms/form-containers.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.
