# SDK

{% hint style="info" %}
This guide is based on SDK version 2.
{% endhint %}

The PickZen SDK helps developers design the perfect guided selling experience for your business. Create your own UI using React, VUE, Angular, Android, iOS, or any other framework including Vanilla JavaScript, and let PickZen do the hard things.

![Instant search example](/files/-LzamydE9uOmIPfpA2cI)

Here you can find some demo projects:

* [React basic](https://github.com/Pickzen/demo-sdk-react-basic)
* [React advanced ](https://github.com/Pickzen/demo-sdk-react-advanced)(instant search and features tables)
* [Vanilla JavaScript ](https://github.com/Pickzen/demo-sdk-vanillajs)

CDN: <https://cdn-us.pickzen.com/sdk/pickzen-sdk@2.min.js>


---

# 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://help.pickzen.com/developers/sdk.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.
