> 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/basics.md).

# Basics

- [Layers](https://docs.appsections.com/basics/layers.md)
- [Styles](https://docs.appsections.com/basics/styles.md)
- [Add Brand Style](https://docs.appsections.com/basics/styles/add-brand-style.md)
- [Duplicate Brand Style](https://docs.appsections.com/basics/styles/duplicate-brand-style.md)
- [Hide Brand Style](https://docs.appsections.com/basics/styles/hide-brand-style.md)
- [Move Brand Style](https://docs.appsections.com/basics/styles/move-brand-style.md)
- [Remove Brand Style](https://docs.appsections.com/basics/styles/remove-brand-style.md)
- [Templates (Coming Soon)](https://docs.appsections.com/basics/templates-coming-soon.md)
- [Add Template (Coming Soon)](https://docs.appsections.com/basics/templates-coming-soon/add-template-coming-soon.md)
- [Duplicate Template (Coming Soon)](https://docs.appsections.com/basics/templates-coming-soon/duplicate-template-coming-soon.md)
- [Hide Template (Coming Soon)](https://docs.appsections.com/basics/templates-coming-soon/hide-template-coming-soon.md)
- [Move Template (Coming Soon)](https://docs.appsections.com/basics/templates-coming-soon/move-template-coming-soon.md)
- [Remove Template (Coming Soon)](https://docs.appsections.com/basics/templates-coming-soon/remove-template-coming-soon.md)
- [Sections](https://docs.appsections.com/basics/sections.md)
- [Add Section](https://docs.appsections.com/basics/sections/add-section.md)
- [Duplicate Section](https://docs.appsections.com/basics/sections/duplicate-section.md)
- [Hide Section](https://docs.appsections.com/basics/sections/hide-section.md)
- [Move Section](https://docs.appsections.com/basics/sections/move-section.md)
- [Remove Section](https://docs.appsections.com/basics/sections/remove-section.md)
- [Groups](https://docs.appsections.com/basics/groups.md)
- [Add Group Block](https://docs.appsections.com/basics/groups/add-group-block.md)
- [Duplicate Group Block](https://docs.appsections.com/basics/groups/duplicate-group-block.md)
- [Hide Group Block](https://docs.appsections.com/basics/groups/hide-group-block.md)
- [Move Group Block](https://docs.appsections.com/basics/groups/move-group-block.md)
- [Remove Group Block](https://docs.appsections.com/basics/groups/remove-group-block.md)
- [Blocks](https://docs.appsections.com/basics/blocks.md)
- [Add Content Block](https://docs.appsections.com/basics/blocks/add-content-block.md)
- [Duplicate Content Block](https://docs.appsections.com/basics/blocks/duplicate-content-block.md)
- [Hide Content Block](https://docs.appsections.com/basics/blocks/hide-content-block.md)
- [Move Content Block](https://docs.appsections.com/basics/blocks/move-content-block.md)
- [Remove Content Block](https://docs.appsections.com/basics/blocks/remove-content-block.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:

```
GET https://docs.appsections.com/basics.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.
