> For the complete documentation index, see [llms.txt](https://docs.shopone.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shopone.io/english/basic-setup-tools-for-the-landing-page/sidebar/section.md).

# 2.4. Section

Sections are distinct areas on the landing page that you can use to arrange and organize content. Each section can contain various types of content, such as text, images, videos, forms, and more.&#x20;

Click on the Section icon in the Sidebar, then select the type of section you want to add from the list of available sections.

<figure><img src="/files/qNVSoo7vk48PupSx7aEN" alt=""><figcaption></figcaption></figure>

**Available Section List:**

* **Blank:** Create a completely custom area as you wish.
* **Welcome:** A brief introduction that captures the customer's attention.
* **Introduction:** Provide information about you or your business.
* **Team:** Introduce the members of your team.
* **Contact:** Provide contact information and a contact form.
* **Promotion:** Promote special offers or discounts.
* **Sign Up:** Encourage customers to subscribe to newsletters or updates.
* **Testimonials:** Display comments and reviews from customers.
* **Clients:** Showcase logos or names of clients who have used your services.
* **Store:** Showcase the products and services you are selling.
* **Basic:** Simple layouts for general content.
* **Text:** Add detailed text paragraphs.
* **List:** Create lists of items, products, or services.
* **Form:** Add contact or sign-up forms.


---

# 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.shopone.io/english/basic-setup-tools-for-the-landing-page/sidebar/section.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.
