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

# Getting Started

- [Documentation](https://docs.roadmap.so/getting-started/documentation.md)
- [Why Roadmap?](https://docs.roadmap.so/getting-started/why-roadmap.md): Why lifestyle brands choose Roadmap over a stack of disconnected apps.
- [Shopify permissions](https://docs.roadmap.so/getting-started/shopify-permissions.md)
- [Testing and checks](https://docs.roadmap.so/getting-started/testing-and-checks.md)
- [How the Universal Styler works](https://docs.roadmap.so/getting-started/how-the-universal-styler-works.md): Style every Roadmap block at once. Set your brand colors, border radius, card style, and spacing in the Universal Styler and apply them to all loyalty, reviews, and cart widgets.
- [Klaviyo integration](https://docs.roadmap.so/getting-started/klaviyo-integration.md): Connect Roadmap to Klaviyo once and every product syncs: loyalty, subscription, and review metrics for flows, profile properties for segments, and controls for bundles.
- [Excluding products from Klaviyo metrics (Filter Products)](https://docs.roadmap.so/getting-started/klaviyo-integration/excluding-products-from-klaviyo-metrics-filter-products.md): Stop gift wrapping, sample swatches, and other utility products from appearing in your Klaviyo flow emails by excluding them from Roadmap's metric event properties, per metric or across all metrics at
- [Sidekick Integration](https://docs.roadmap.so/getting-started/sidekick-integration.md): Ask Shopify's Sidekick assistant about your Roadmap data: loyalty, referral, review, subscription, churn, discount, and bundle reports, plus direct lookups of customers, subscriptions and more!
- [The Roadmap Change Log](https://docs.roadmap.so/getting-started/the-roadmap-change-log.md): Keep up with everything Roadmap ships: the Change Log button in the header of every Roadmap screen takes you to the changelog, and every entry links to its documentation.
- [Customer Support](https://docs.roadmap.so/getting-started/customer-support.md): Dedicated support for all Roadmap clients and partners
- [Feature Requests](https://docs.roadmap.so/getting-started/feature-requests.md): "The art of great business is being a great middle man" - Eddie Temple | Layer Cake
- [Technology](https://docs.roadmap.so/getting-started/technology.md): A look under the skin


---

# 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.roadmap.so/getting-started.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.
