# Download

## JavaScript

| 프로그램                                                                       | 버전     | 배포일        |
| -------------------------------------------------------------------------- | ------ | ---------- |
| [npm package](https://www.npmjs.com/package/klip-sdk)                      | v2.3.3 | 2025.02.11 |
| [klipSDK-2.3.3.min.js](https://dl.klipwallet.com/sdk/klipSDK-2.3.3.min.js) | v2.3.3 | 2025.02.11 |
| [Sample App](https://dl.klipwallet.com/sdk/js/example_vanilla.zip)         | v2.3.3 | 2025.02.11 |

## Android

| 프로그램                                                                                               | 버전     | 배포일        | 참고                                                                                |
| -------------------------------------------------------------------------------------------------- | ------ | ---------- | --------------------------------------------------------------------------------- |
| [Android SDK Full Source & Samples](https://dl.klipwallet.com/sdk/klip-a2a-sdk-android-v2.3.0.zip) | v2.3.0 | 2024.11.18 | [레퍼런스](https://dl.klipwallet.com/sdk/docs/klip-a2a-sdk-android-v2.3.0/index.html) |

## iOS

| 프로그램                                                                                       | 버전     | 배포일        | 참고                                                                            |
| ------------------------------------------------------------------------------------------ | ------ | ---------- | ----------------------------------------------------------------------------- |
| [iOS SDK Full Source & Samples](https://dl.klipwallet.com/sdk/klip-a2a-sdk-ios-v2.3.0.zip) | v2.3.0 | 2024.11.18 | [레퍼런스](https://dl.klipwallet.com/sdk/docs/klip-a2a-sdk-ios-v2.3.0/index.html) |

{% hint style="warning" %}

* Klip SDK를 사용함에 있어 사용자는 (주)그라운드엑스를 사칭해서는 안됩니다.
* Klip SDK 사용에 따라 발생하는 모든 책임은 전적으로 사용자에게 있으며, (주)그라운드엑스는 사용자 또는 제3자에 대해 어떠한 책임도 지지 않습니다.
* 사용자는 Klip SDK를 상업적 용도로 판매할 수 없습니다.
* Klip SDK 사용자가 과도한 네트워크 트래픽을 발생시키는 시도하는 등 불법 혹은 비정상적인 방식으로 SDK를 사용하려고 시도하는 경우, 사전 고지없이 Klip SDK 및 Klip API 사용이 차단될 수 있습니다.
  {% endhint %}

## 오픈소스 사용 고지

* Android SDK: [오픈소스 라이브러리 사용에 대한 고지문](https://dl.klipwallet.com/sdk/docs/klip-a2a-sdk-android-v2.3.0/NOTICE.html)
* iOS SDK: [오픈소스 라이브러리 사용에 대한 고지문](https://dl.klipwallet.com/sdk/docs/klip-a2a-sdk-ios-v2.3.0/NOTICE.html)

이 문서 혹은 Klip에 관한 문의는 [개발자 포럼](https://klipforum.zendesk.com)을 방문해 도움을 받으십시오.


---

# 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://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.
