# Content Testing

- [Content Testing - Getting Started](https://docs.intelligems.io/content-testing/content-testing-getting-started.md)
- [How to Set Up a Split URL Test](https://docs.intelligems.io/content-testing/content-testing-getting-started/how-to-set-up-a-split-url-test.md): Page redirect testing allows you to split-test URLs to determine which is the best for conversion, revenue, and profit.
- [How to Set Up an Onsite Edits Test](https://docs.intelligems.io/content-testing/content-testing-getting-started/how-to-set-up-an-onsite-edits-test.md): Onsite Edits tests allow you to test smaller components on your site using our Onsite Editor. This is best for smaller changes, such as copy changes, color changes, image swaps, and more.
- [How to Set Up a Template Test](https://docs.intelligems.io/content-testing/content-testing-getting-started/how-to-set-up-a-template-test.md)
- [How to Set Up a Theme Test](https://docs.intelligems.io/content-testing/content-testing-getting-started/how-to-set-up-a-theme-test.md): Theme testing allows you to split test Shopify themes to determine which is the best for conversion, revenue, and profit.
- [How to Set Up a Test using our JavaScript API](https://docs.intelligems.io/content-testing/content-testing-getting-started/how-to-set-up-a-test-using-our-javascript-api.md): Intelligems allows you to set up powerful custom tests using its window object API.
- [Content Test QA Checklist](https://docs.intelligems.io/content-testing/content-test-qa-checklist.md)
- [Ending a Theme Test](https://docs.intelligems.io/content-testing/ending-a-theme-test.md)
- [Content Testing FAQs](https://docs.intelligems.io/content-testing/content-testing-faqs.md): Common Questions about Content Testing


---

# 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://docs.intelligems.io/content-testing.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.
