> For the complete documentation index, see [llms.txt](https://liqnft.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liqnft.gitbook.io/docs/sdk-for-developers/solana/testing-your-shop.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://liqnft.gitbook.io/docs/sdk-for-developers/solana/testing-your-shop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
