# Testing Your Shop

You can try out your shop through our [demo site](https://master.d22tqykss69onq.amplifyapp.com/).

On the site, click the **Config** button on the top right and enter the params from your [admin panel](https://www.candyshop.space/shop) to see what your shop looks like.&#x20;

Once entered, click **OK** and you should be connected to your shop. You can use the demo site to explore the features and UI components Candy Shop provides.

<figure><img src="/files/z7B4JcaHACDB8qhqDmfQ" alt=""><figcaption><p>Config button on the top right corner</p></figcaption></figure>

<figure><img src="/files/jZNbTWgpqloVoYIrABy4" alt=""><figcaption><p>Configure connection to your shop</p></figcaption></figure>

Note: We have upgraded the Candy Shop program from V1 to V2 (commit [here](https://github.com/LIQNFT/candy-shop/commit/68a9d8af034c74cc1d62c7d26db7af5e1a01ec30)). The demo site connects to Candy Shop V2 by default. If you wish to connect to Candy Shop V1, please use the following parameters:

```
candyShopCreatorAddress: "Fo2cXie4UwreZi7LHMpnsyVPvzuo4FMwAVbSUYQsmbsh"
treasuryMint: "So11111111111111111111111111111111111111112"
candyShopProgramId: "csa8JpYfKSZajP7JzxnJipUL3qagub1z29hLvp578iN"
```


---

# 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://liqnft.gitbook.io/docs/sdk-for-developers/solana/testing-your-shop.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.
