# App2App SDK

App2App SDK는 여러분이 개발하는 애플리케이션에서 Klip을 더 쉽게 활용할 수 있도록 도와주는 SDK입니다.

{% hint style="warning" %}
현재 Klip은 Kaia 외에도 다양한 체인 기반 자산의 보관/전송 기능을 제공하고 있으나, 본 문서를 통해 제공되는 SDK는 Kaia 기반의 자산만 조회/전송이 가능한 점 참고 부탁드립니다. Kaia 외의 다른 체인을 지원하는 기능은 추후 제공될 예정입니다.
{% endhint %}

| 항목                                         | 설명                         | 비고           |
| ------------------------------------------ | -------------------------- | ------------ |
| [Javascript SDK](/a2a-sdk/a2a-sdk-js.md)   | Web 환경에서 사용가능한 API를 소개     | Javascript   |
| [Android SDK](/a2a-sdk/a2a-sdk-android.md) | Android 환경에서 사용가능한 API를 소개 | Java         |
| [iOS SDK](/a2a-sdk/a2a-sdk-ios.md)         | iOS 환경에서 사용가능한 API를 소개     | Swift        |
| [Download](/a2a-sdk/a2a-sdk-download.md)   | 플랫폼별 SDK 다운로드              | Sample & SDK |

이 문서 혹은 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.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.
