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

# Elements App

- [Creator Program](https://docs.realmacsoftware.com/elements-docs/elements-app/creator-program.md): A Program for YouTube Creators and Bloggers
- [How to](https://docs.realmacsoftware.com/elements-docs/elements-app/how-to.md)
- [Add an Icon Inside a Button](https://docs.realmacsoftware.com/elements-docs/elements-app/how-to/add-an-icon-inside-a-button.md)
- [Adjust Smooth Scroll Speed](https://docs.realmacsoftware.com/elements-docs/elements-app/how-to/adjust-smooth-scroll-speed.md): Set the scrolling Anchor speed using Smooth Scroll JS Library.
- [Apply Anchor Scroll Padding](https://docs.realmacsoftware.com/elements-docs/elements-app/how-to/apply-anchor-scroll-padding.md)
- [Add Snow to your Website](https://docs.realmacsoftware.com/elements-docs/elements-app/how-to/add-snow-to-your-website.md): During the winter you might want to add snow to your website…
- [Build a Sticky Menu](https://docs.realmacsoftware.com/elements-docs/elements-app/how-to/build-a-sticky-menu.md): How to make a sticky menu and change it's visual properties on scroll
- [Site Banner with Text](https://docs.realmacsoftware.com/elements-docs/elements-app/how-to/site-banner-with-text.md)
- [Page 1](https://docs.realmacsoftware.com/elements-docs/elements-app/how-to/page-1.md)
- [Create a Card](https://docs.realmacsoftware.com/elements-docs/elements-app/how-to/create-a-card.md)
- [Why Elements?](https://docs.realmacsoftware.com/elements-docs/elements-app/why-elements.md)
- [User Personas](https://docs.realmacsoftware.com/elements-docs/elements-app/why-elements/user-personas.md): User personas for development and marketing.
- [Static Website Benefits](https://docs.realmacsoftware.com/elements-docs/elements-app/why-elements/static-website-benefits.md): Benefits of using a static site generator like Elements
- [Build a Digital Garden](https://docs.realmacsoftware.com/elements-docs/elements-app/why-elements/build-a-digital-garden.md): Build your own space on the web, one you fully own and control.
- [CMS](https://docs.realmacsoftware.com/elements-docs/elements-app/cms.md): Markdown based Content Management System in Elements
- [Helpers](https://docs.realmacsoftware.com/elements-docs/elements-app/cms/helpers.md)
- [Developing for the CMS](https://docs.realmacsoftware.com/elements-docs/elements-app/cms/developing-for-the-cms.md): The Elements CMS is a powerful content management system designed for RapidWeaver elements, providing a flexible and efficient way to manage content through markdown files with YAML front matter.
- [ElementsCMS.php](https://docs.realmacsoftware.com/elements-docs/elements-app/cms/developing-for-the-cms/elementscms.php.md): The ElementsCMS class is a PHP-based content management system that provides functionality for managing CMS collections and items. It serves as the main entry point for interacting with content stored
- [ElementsCMSCollection](https://docs.realmacsoftware.com/elements-docs/elements-app/cms/developing-for-the-cms/elementscmscollection.md): A collection class for managing CMS items, providing methods for filtering, ordering, pagination, and searching.
- [ElementsCMSItem.php](https://docs.realmacsoftware.com/elements-docs/elements-app/cms/developing-for-the-cms/elementscmsitem.php.md): Represents a single CMS item loaded from a Markdown file with front matter.   Provides structured access to metadata, raw and rendered content, file paths, and relationships to other items.
- [Frontmatter](https://docs.realmacsoftware.com/elements-docs/elements-app/cms/frontmatter.md)
- [Markdown](https://docs.realmacsoftware.com/elements-docs/elements-app/cms/markdown.md)
- [Online Editor](https://docs.realmacsoftware.com/elements-docs/elements-app/cms/online-editor.md): Online CMS Markdown editor for Elements
- [Pretty URLs](https://docs.realmacsoftware.com/elements-docs/elements-app/cms/pretty-urls.md): Learn how to setup pretty URLs for your CMS Collections.
- [Template Data](https://docs.realmacsoftware.com/elements-docs/elements-app/cms/template-data.md)
- [Data Components](https://docs.realmacsoftware.com/elements-docs/elements-app/data-components.md)
- [Quicklook Document](https://docs.realmacsoftware.com/elements-docs/elements-app/quicklook-document.md): Enable Website Previews in Finder Icons (Quicklook)
- [Marketplace API](https://docs.realmacsoftware.com/elements-docs/elements-app/marketplace-api.md): Access the latest Elements Addons, directly from the source.


---

# 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.realmacsoftware.com/elements-docs/elements-app.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.
