# Section

## How to Add Section

When we are creating a new section, it is required to choose a specific section layout. Here are some common section layouts:&#x20;

* **One Column:**
  * Full Width.
  * Boxed.
  * Edge to Edge.
* **Two Columns:**
  * 50% - 50%
  * 25% - 75%
  * 33% - 67%
* **Three Columns:**
  * 33% - 33% - 33%
  * 25% - 50% - 25%
  * 50% - 25% - 25%

Using "Two Columns" section layouts allows users to divide a section into two or more blocks. However, this limits the number of columns per section. To have more control, users can manually add columns using the "Columnized Static Content" block.

We could also add styling to each section by assigning the section to different CSS classes.&#x20;

To add a section to a specific page on the site, follow these steps:

1. Open the desired page e.g.(Landing Page).
2. Click on the **Layout** tab at the top of the page.

<figure><img src="/files/iBQ27yhqk59dpkzKjhhm" alt=""><figcaption><p>Edit Landing Page - Layout Builder</p></figcaption></figure>

3. Or you can navigate the layout builder by clicking on **Tasks/*****Layout.***

<figure><img src="/files/B6p6QYqlR2L5zh47kW6R" alt=""><figcaption><p>Navigate the Layout from the Task Bar</p></figcaption></figure>

4. Click on **+ ADD SECTION.**
5. Choose a layout for this section e.g.( Bootstrap 1 Col).

<figure><img src="/files/xWqIV0mHB7HktID63tUy" alt=""><figcaption><p>Add Section</p></figcaption></figure>

6. Choose from the **Container Types** options e.g. (Full).
7. Choose from the **Gutters** options e.g. (No Gutters).
8. When you finish all the needed updates click on **Add Section** button.

<figure><img src="/files/WgXYFXOZZgGDwofgbUg8" alt=""><figcaption><p>Adding 1 Col Section </p></figcaption></figure>

9. Click on **Save Layout** to save the added section.

<figure><img src="/files/zbS78iIztJID0PJrXlq3" alt=""><figcaption><p>Save Layout</p></figcaption></figure>

## How to Edit/Delete Section

In order to edit a section to a specific page on the site, follow these steps:

1. Click on **Configure Section** link.
2. Update the **Configure Section** then click on **Update** button.

<figure><img src="/files/4XMQty1BwaZ6ictweceG" alt=""><figcaption><p>Edit Section</p></figcaption></figure>

In order to delete a section to a specific page on the site, follow these steps:&#x20;

1. Go to the section to be deleted and click the "**X**" icon.&#x20;
2. Confirm to delete the section by clicking **Remove** button.

<figure><img src="/files/VbgBLSokhLSbAuGxd21y" alt=""><figcaption><p>Remove Section</p></figcaption></figure>


---

# 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.varbase.vardot.com/10.1.x/content-designers/about-layout-builder/section.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.
