# Sections

All sections have a range of controls that are inherited via the main theme settings. These are inherited but then can be overridden in the specific section itself.

**These controls include:**

* Content layout controls for both desktop and mobile.
* Content alignment
* Content Container Type<br>

**Layout controls:**

* Section border styles / position
* Section layout - fullwith, container etc.
* Section height - Fit Full Screen, Fixed.

\
**Colour Schemes:**

* Background Color
* Background area (section vs container)
* Text Color
* Custom Text Color
* Navbar: Tex Color

\
**Section Padding**

* Top Padding (Desktop / Tablet / Mobile)
* Bottom Padding  (Desktop / Tablet Mobile)

\
**Performance**

* Media Loading (Eager, Lazy, Auto)
* Media fetch priority (High, Low, Auto)
* Media width on screen (full width, half, one third, one quarter, custom)


---

# 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.almond.studio/pages/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.
