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

# FAQs

<details>

<summary>Does AB Genius work with my theme?</summary>

AB Genius works with any Shopify Online Store 2.0 theme.

This includes Dawn, Sense, Craft, Ride, and modern third-party OS 2.0 themes.

AB Genius loads via Shopify’s Theme App Extension system.

If you’re on a legacy (non‑OS 2.0) theme, upgrade to a 2.0-compatible version.

For headless/custom storefronts (Storefront API / Hydrogen), you’ll likely need custom integration.

Email **<info@abgenius.io>**.

</details>

<details>

<summary>Does AB Genius affect SEO?</summary>

No.

Experiments run client-side after page load.

Search crawlers receive the original HTML.

This avoids:

* Duplicate content.
* Index changes.
* Ranking impact.

For page split tests, redirects are client-side.

Crawlers typically keep the control URL indexed.

If you want to sanity-check your setup, email **<info@abgenius.io>**.

</details>

<details>

<summary>Can visitors tell they’re in a test?</summary>

No.

Visitors are assigned via an anonymous browser cookie.

No banner or indicator is shown.

For price tests, anti-flicker prevents the original price from flashing.

Returning visitors see the same variation.

</details>

<details>

<summary>Does ending a test apply the winner automatically?</summary>

No.

Ending or declaring a winner:

* Stops new assignments.
* Sends everyone back to the original experience.
* Preserves results.

You implement changes in Shopify when you’re ready:

* Price test: update product price.
* Content test: update theme copy/layout.
* Page split test: route traffic to the winning page.

</details>

<details>

<summary>Can I run AB Genius on multiple stores?</summary>

Yes, but it’s installed per store.

Each store has its own experiments and data.

Each store needs its own subscription.

</details>

<details>

<summary>What Shopify plans does AB Genius support?</summary>

All plans.

Basic, Shopify, Advanced, and Plus.

Your AB Genius plan (Free/Pro) controls features.

</details>

<details>

<summary>Can I use AB Genius with a custom domain?</summary>

Yes.

It works on your primary domain, including custom domains.

No extra configuration needed.

</details>

<details>

<summary>How do I contact support?</summary>

Email **<info@abgenius.io>**.

We help with setup, troubleshooting, platform questions, and CRO strategy.

</details>

More questions? Reach out at **<info@abgenius.io>**.


---

# 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://abgenius.gitbook.io/abgenius-docs/documentation/getting-started/faqs.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.
