# Section Ordering

By having the ability to control the order of each section on the website's homepage, complete control is granted over the flow of the site. This grants the freedom to curate the user experience and prioritize content presentation according to specific goals.

{% hint style="info" %}
It's important to note that the new sorting order will not be immediately visible on the homepage until you hit **Save**.
{% endhint %}

## How to change order of section?

To enable first navigate to your **Page Builder** [*(how to launch Page Builder?)*](broken://pages/QxLQgsKd9hzmnWXnN4vP#page-builder)

Within the Theme editor, navigate to the **Homepage** tab and locate the **Number Order** textfield. From here, you can arrange the sections according to your desired layout or even remove them completely.

Below is a list of the **11** sections along with their respective numbers assigned to them:

1. Banners
2. Brands
3. Featured Product
4. Featured Products List
5. Top Products
6. Featured Info
7. Latest Product
8. Blog
9. Instagram
10. Newsletter
11. Multi Column

When adding multiple section numbers, separate each number with the **|** symbol, such as &#x31;**|**&#x32;**|**&#x33;**|**&#x34; as an example.

{% hint style="danger" %}
Ensure that you do not conclude each textfield with the **|** symbol.
{% 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.gordonbyte.com/themes/clariss/general/section-ordering.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.
