# App2App SDK

App2App SDK allows you to easily integrate Klip to your applications.

| Item                                       | Description                   | Notes        |
| ------------------------------------------ | ----------------------------- | ------------ |
| [Javascript SDK](/a2a-sdk/a2a-sdk-js.md)   | APIs for web environments     | Javascript   |
| [Android SDK](/a2a-sdk/a2a-sdk-android.md) | APIs for Android environments | Java         |
| [iOS SDK](/a2a-sdk/a2a-sdk-ios.md)         | APIs for iOS environments     | Swift        |
| [Download](/a2a-sdk/a2a-sdk-download.md)   | Download links for SDKs       | Sample & SDK |

\
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.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.
