# Implementation

- [Installing Smartrr on a Shopify 2.0 theme (Automatic Install)](https://help.smartrr.com/docs/getting-started/implementation/installing-smartrr-on-a-shopify-2.0-theme-automatic-install.md): Implementing Smartrr on storefronts with one of Shopify’s 2.0 free themes: Dawn, Craft, Crave, and Sense.
- [Installing Smartrr on a custom Shopify theme (Guided Install)](https://help.smartrr.com/docs/getting-started/implementation/installing-smartrr-on-a-custom-shopify-theme-guided-install.md): Implementing Smartrr on storefronts with modified Shopify themes or custom liquid themes
- [Installing Smartrr on a headless store](https://help.smartrr.com/docs/getting-started/implementation/installing-smartrr-on-a-headless-store.md): Implementing Smartrr on headless storefronts using the Shopify Plus API
- [Adding Smartrr to a custom page (Shopify Liquid)](https://help.smartrr.com/docs/getting-started/implementation/adding-smartrr-to-a-custom-page-shopify-liquid.md): How to add Smartrr to collection pages, landing pages, and custom snippet blocks within Shopify.


---

# Agent Instructions: 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://help.smartrr.com/docs/getting-started/implementation.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.
