> For the complete documentation index, see [llms.txt](https://docs.realmacsoftware.com/classic-manual/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/classic-manual/addons.md).

# Addons

- [What are Addons?](https://docs.realmacsoftware.com/classic-manual/addons/what-are-addons.md): Power up your web building experience with addons
- [Premium Themes](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes.md): A selection of official RapidWeaver Themes available for purchase
- [Aspen](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/aspen.md): A Premium RapidWeaver Theme
- [Aspen FAQ](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/aspen/aspen-faq.md): Frequently Asked Questions about Aspen
- [Social Icons](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/aspen/social-icons.md): Embed icons into Aspen's designated icon area
- [Aspen Version History](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/aspen/aspen-version-history.md)
- [Marvel](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/marvel.md): A Premium RapidWeaver Theme
- [Marvel FAQ](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/marvel/marvel-faq.md): Frequently Asked Questions about Marvel
- [Social Icons](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/marvel/social-icons.md): Embed icons into Marvel's designated icon area
- [Marvel Version History](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/marvel/marvel-version-history.md)
- [Royale](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/royale.md): A Premium RapidWeaver Theme
- [Royale FAQ](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/royale/royale-faq.md): Frequently Asked Questions about Royale
- [Social Icons](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/royale/social-icons.md): Embed icons into Royale's designated icon area
- [Royale Version History](https://docs.realmacsoftware.com/classic-manual/addons/premium-themes/royale/royale-version-history.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.realmacsoftware.com/classic-manual/addons.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.
