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

# Testing

If you'd like to test the Merchant Onboarding experience end-to-end, the best way to do that is to set up a test Shopify store and go through your Violet Connect flow in Test Mode.

The URL for this is: **<https://connect.violet.dev/{your\\_path\\_here}>** .

{% hint style="info" %}
Violet Connect in Test Mode is activated once you become a paying customer.
{% endhint %}

Proceed to the next page for info on connecting your **TEST** Shopify Store in Test Mode.

{% hint style="warning" %}
WARNING: Only connect TEST stores to TEST MODE. Live stores connecting to Test Mode can result in termination of your service with Violet.
{% endhint %}


---

# 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.violet.io/prism/violet-connect/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.
