# Sections

### **Sections**

Sections are used for two purposes:

1. To visually and logically group fields in the editor and to control the section's fields when the section is defined as [repeatable](/the-editor/repeatable-fields.md)
2. To group fields for the purpose of creating a [custom layout](/the-editor/layouts.md) per individual object (e.g. a page or a product)

{% hint style="info" %}
Sections are not custom fields (Metafields) in their own right but rather control elements for the value and layout editor, respectively. If you need to loop over the contained fields, please see [this article](/liquid-guides/access-field-definitions.md).
{% endhint %}

### Adding a new section

To add a new section you can click on the **Add section here** on a field definition to add a section below the field. If you do not have any fields for the scope, the **Add section** button will also be available in the top menu bar.

![](/files/Lg0w0ezLG2HAZoqlTyKH)

{% hint style="info" %}
You can prefix a section's title with a "-" (dash) if you need the section to appear visually as a "sub-section" of another section in the editor
{% endhint %}


---

# 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://help.accentuate.io/metafield-definitions/sections.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.
