# Testing App Blocks

Testing third-party app blocks is no different than testing other adjustments to your templates, and is supported on all JSON templates.

### How to test a third-party app block

To test an app block on a JSON template, select the template as your original when drafting your test.

Create your variant with the "duplicate" option, and then add, remove, reorder, edit, or hide the app block within the Shopify Theme Editor when editing your variant.

{% hint style="info" %}
Need some help? Please reach out to [Customer Support](https://docs.shoplift.ai/support/get-help), and we'd be happy to assist you.
{% endhint %}


---

# 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.shoplift.ai/learn/guides/guide-testing-app-blocks.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.
