# Download

## JavaScript

| Program                                                                    | Version | Release Date |
| -------------------------------------------------------------------------- | ------- | ------------ |
| [npm package](https://www.npmjs.com/package/klip-sdk)                      | v2.0.1  | 2020.10.26   |
| [klipSDK-2.0.1.min.js](https://dl.klipwallet.com/sdk/klipSDK-2.0.1.min.js) | v2.0.1  | 2020.10.26   |
| [Sample App](https://dl.klipwallet.com/sdk/js/example_vanilla.zip)         | v2.0.1  | 2020.10.26   |

## Android

| Program                                                                                            | Version | Release Date | Notes                                                                                  |
| -------------------------------------------------------------------------------------------------- | ------- | ------------ | -------------------------------------------------------------------------------------- |
| [Android SDK Full Source & Samples](https://dl.klipwallet.com/sdk/klip-a2a-sdk-android-v2.0.1.zip) | v2.0.1  | 2021.07.07   | [Reference](https://dl.klipwallet.com/sdk/docs/klip-a2a-sdk-android-v2.0.1/index.html) |

## iOS

| Program                                                                                    | Version | Release Date | Notes                                                                              |
| ------------------------------------------------------------------------------------------ | ------- | ------------ | ---------------------------------------------------------------------------------- |
| [iOS SDK Full Source & Samples](https://dl.klipwallet.com/sdk/klip-a2a-sdk-ios-v2.0.1.zip) | v2.0.1  | 2021.07.07   | [Reference](https://dl.klipwallet.com/sdk/docs/klip-a2a-sdk-ios-v2.0.1/index.html) |

{% hint style="warning" %}

* Do not impersonate GroundX when using Klip SDK.
* Only you are responsible for any consequences arising from using Klip SDK. GroundX is not responsible for its users or third parties.
* Do not sell Klip SDK for commercial use.
* Your account may be blocked without prior notice in case of any illegal or abnormal use of Klip SDK, such as creating unsually high traffic.
  {% endhint %}

## Open Source Software Notice

* Android SDK: [Notice on Open Source Library](https://dl.klipwallet.com/sdk/docs/klip-a2a-sdk-android-v2.0.1/NOTICE.html)
* iOS SDK: [Notice on Open Source Library](https://dl.klipwallet.com/sdk/docs/klip-a2a-sdk-ios-v2.0.1/NOTICE.html)

\
If you need help with this document or with Klip in general, please visit our \[Developer Forum]\(<https://forum.klaytn.com/c/klip-api/28>).


---

# 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://en.docs.klipwallet.com/a2a-sdk/a2a-sdk-download.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.
