# Sections - Types & Options

### Sections without fields

Sections without additional fields defined inside of them will be represented as checkbox field.

In this mode checkbox will control if part of document withing the section will be rendered or not.

![Example - Section w/o fields in form](https://tawk.link/61dd64c2b84f7301d32a6e5b/kb/attachments/eCXV7JAD_n.png)

#### Options

#### Checkbox Label

You can change text that will be displayed inline with checkbox

#### Checked by default

You can decide if checkbox will be checked initially on your form.

### Sections with fields

**Sections with extra fields could be represented in multiple ways.**

![](https://tawk.link/61dd64c2b84f7301d32a6e5b/kb/attachments/EMdHIoNTUj.png)

#### Single/Single Optional

Single mode will output template in the document only once. In form section fields will be grouped together as section.

> This mode is useful if you want to group extra fields or show them to the user based on condition

Single vs Single Optional<br>

“SingleOptional” - Will wrap form for section fields with additional checkbox. You can use it to ask user in the form for something and based on choice show or hide additional fields.

![Example of Simple Optional Setting (Additional Fields are visible only if checkbox is selected)](https://tawk.link/61dd64c2b84f7301d32a6e5b/kb/attachments/z-QIVViy_1.png)

#### Multiple/Multiple Optional

You can add/edit/remove multiple items and fields that will be repeated in output template

> This mode is useful for table rows, list, card lists

Multiple vs Multiple Optional

“Multiple Optional” - Will wrap adding section item with additional checkbox. You can use it to ask user in the form if he want to add multiple items.

![Example of Sections in Multiple Mode](https://tawk.link/61dd64c2b84f7301d32a6e5b/kb/attachments/6CTnT_16FK.png)

#### Options

#### Minimum Number of Items (Optional)

As label state it’s minimal amount of items. If it will be set form initially will setup minimal number of row and prevent user from deleting them.

#### Maximum Number of Items (Optional)

As label state it’s maximum number of items. If it will be set form will prevent user from adding more row items than it’s defined in this setting


---

# 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.documentero.com/documentation/forms/sections-types-and-options.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.
