> For the complete documentation index, see [llms.txt](https://docs.appsections.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appsections.com/settings/content/sections-blocks.md).

# Sections / Blocks

- [Button Content](https://docs.appsections.com/settings/content/sections-blocks/button-content.md)
- [Button Layout](https://docs.appsections.com/settings/content/sections-blocks/button-content/button-layout.md)
- [Button Style](https://docs.appsections.com/settings/content/sections-blocks/button-content/button-style.md)
- [Content](https://docs.appsections.com/settings/content/sections-blocks/button-content/content.md)
- [Custom Icon](https://docs.appsections.com/settings/content/sections-blocks/button-content/custom-icon.md)
- [Icon Button Presets](https://docs.appsections.com/settings/content/sections-blocks/button-content/icon-button-presets.md)
- [New Tab](https://docs.appsections.com/settings/content/sections-blocks/button-content/new-tab.md)
- [URL](https://docs.appsections.com/settings/content/sections-blocks/button-content/url.md)
- [Color Content](https://docs.appsections.com/settings/content/sections-blocks/color-content.md)
- [Background Fill](https://docs.appsections.com/settings/content/sections-blocks/color-content/background-fill.md)
- [Pattern Presets](https://docs.appsections.com/settings/content/sections-blocks/color-content/pattern-presets.md)
- [Pattern Scale](https://docs.appsections.com/settings/content/sections-blocks/color-content/pattern-scale.md)
- [Swap Color Order](https://docs.appsections.com/settings/content/sections-blocks/color-content/swap-color-order.md)
- [Headline Content](https://docs.appsections.com/settings/content/sections-blocks/headline-content.md)
- [Content](https://docs.appsections.com/settings/content/sections-blocks/headline-content/content.md)
- [Select the Headline Font](https://docs.appsections.com/settings/content/sections-blocks/headline-content/select-the-headline-font.md)
- [Image Cover Content](https://docs.appsections.com/settings/content/sections-blocks/image-cover-content.md)
- [Brightness](https://docs.appsections.com/settings/content/sections-blocks/image-cover-content/brightness.md)
- [Select Image](https://docs.appsections.com/settings/content/sections-blocks/image-cover-content/select-image.md)
- [Image Parallax](https://docs.appsections.com/settings/content/sections-blocks/image-parallax.md)
- [Brightness](https://docs.appsections.com/settings/content/sections-blocks/image-parallax/brightness.md)
- [Direction X](https://docs.appsections.com/settings/content/sections-blocks/image-parallax/direction-x.md)
- [Direction Y](https://docs.appsections.com/settings/content/sections-blocks/image-parallax/direction-y.md)
- [Distance](https://docs.appsections.com/settings/content/sections-blocks/image-parallax/distance.md)
- [Movement](https://docs.appsections.com/settings/content/sections-blocks/image-parallax/movement.md)
- [Select Image](https://docs.appsections.com/settings/content/sections-blocks/image-parallax/select-image.md)
- [Text Content](https://docs.appsections.com/settings/content/sections-blocks/text-content.md)
- [Content](https://docs.appsections.com/settings/content/sections-blocks/text-content/content.md)
- [Select the Text Font](https://docs.appsections.com/settings/content/sections-blocks/text-content/select-the-text-font.md)
- [Video Content](https://docs.appsections.com/settings/content/sections-blocks/video-content.md)
- [Brightness](https://docs.appsections.com/settings/content/sections-blocks/video-content/brightness.md)
- [Controls](https://docs.appsections.com/settings/content/sections-blocks/video-content/controls.md)
- [Select Poster](https://docs.appsections.com/settings/content/sections-blocks/video-content/select-poster.md)
- [Select Video](https://docs.appsections.com/settings/content/sections-blocks/video-content/select-video.md)
- [Style](https://docs.appsections.com/settings/content/sections-blocks/video-content/style.md)
- [YouTube Content](https://docs.appsections.com/settings/content/sections-blocks/youtube-content.md)
- [Autoplay ?](https://docs.appsections.com/settings/content/sections-blocks/youtube-content/autoplay.md)
- [Brightness](https://docs.appsections.com/settings/content/sections-blocks/youtube-content/brightness.md)
- [Select Video](https://docs.appsections.com/settings/content/sections-blocks/youtube-content/select-video.md)


---

# 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.appsections.com/settings/content/sections-blocks.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.
