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

# Guides

- [Quick start](https://docs.ultramarinastudios.com/guides/quick-start.md)
- [Accessibility](https://docs.ultramarinastudios.com/guides/accessibility.md): A complete guide to configuring Primavera in the most accessible way possible.
- [SEO](https://docs.ultramarinastudios.com/guides/seo.md)
- [Theme Licensing](https://docs.ultramarinastudios.com/guides/theme-licensing.md)
- [How to set up the same homepage sections as the demo stores](https://docs.ultramarinastudios.com/guides/how-to-set-up-the-same-homepage-sections-as-the-demo-stores.md)
- [How to add a mega menu](https://docs.ultramarinastudios.com/guides/how-to-add-a-mega-menu.md)
- [How to add a sidebar menu promotion](https://docs.ultramarinastudios.com/guides/how-to-add-a-sidebar-menu-promotion.md)
- [How to add product swatches](https://docs.ultramarinastudios.com/guides/how-to-add-product-swatches.md): A step-by-step guide to adding native swatches in Primavera.
- [How to add a product subtitle/cutline](https://docs.ultramarinastudios.com/guides/how-to-add-a-product-subtitle-cutline.md)
- [How to add product badges](https://docs.ultramarinastudios.com/guides/how-to-add-product-badges.md)
- [How to show product-specific content in collapsible accordions](https://docs.ultramarinastudios.com/guides/how-to-show-product-specific-content-in-collapsible-accordions.md)
- [How to add product recommendations](https://docs.ultramarinastudios.com/guides/how-to-add-product-recommendations.md)
- [How to add an external video](https://docs.ultramarinastudios.com/guides/how-to-add-an-external-video.md)
- [How do I enable right-to-left support](https://docs.ultramarinastudios.com/guides/how-do-i-enable-right-to-left-support.md)
- [How to create a preorder product](https://docs.ultramarinastudios.com/guides/how-to-create-a-preorder-product.md): Displays a "Preorder" button instead of "Add to cart" for specific products. Optionally, create a preorder product template to display preorder-specific information, e.g. estimated delivery date.


---

# 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.ultramarinastudios.com/guides.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.
