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

# Learn

- [What to Test](https://docs.shoplift.ai/learn/what-to-test.md)
- [Guides](https://docs.shoplift.ai/learn/guides.md)
- [Testing Individual Pages](https://docs.shoplift.ai/learn/guides/guide-testing-individual-pages.md)
- [Testing URLs](https://docs.shoplift.ai/learn/guides/guide-testing-urls.md)
- [Testing Different Template Types](https://docs.shoplift.ai/learn/guides/guide-testing-different-template-types.md)
- [Testing Product Properties](https://docs.shoplift.ai/learn/guides/guide-testing-product-properties.md)
- [Testing a Navigation Menu](https://docs.shoplift.ai/learn/guides/guide-testing-a-navigation-menu.md)
- [Testing Shipping Thresholds](https://docs.shoplift.ai/learn/guides/testing-shipping-thresholds.md)
- [Testing a Mini Cart](https://docs.shoplift.ai/learn/guides/guide-testing-a-mini-cart.md)
- [Testing App Blocks](https://docs.shoplift.ai/learn/guides/guide-testing-app-blocks.md)
- [Testing One-Click Payment Methods](https://docs.shoplift.ai/learn/guides/guide-testing-one-click-payment-methods.md)
- [Identify Products Worth Price Testing](https://docs.shoplift.ai/learn/guides/identify-products-worth-price-testing.md)
- [Find a Winning Price Through Iterative Price Testing](https://docs.shoplift.ai/learn/guides/find-a-winning-price-through-iterative-price-testing.md)
- [How to Use Shopify Magic to Generate New Theme Blocks for Testing](https://docs.shoplift.ai/learn/guides/how-to-use-shopify-magic-to-generate-new-theme-blocks-for-testing.md)
- [0/100 Tests](https://docs.shoplift.ai/learn/guides/0-100-tests.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:

```
GET https://docs.shoplift.ai/learn.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.
