# Klip Docs EN

## Klip Docs English

- [Introduction](https://en.docs.klipwallet.com/readme.md): This page is an introduction to Klip and Klip Developer Guide.
- [Basics](https://en.docs.klipwallet.com/basics.md): This page provides an overview on Card Minting API, user authentication for App2App API, pagination, return codes and abbreviations.
- [REST API](https://en.docs.klipwallet.com/rest-api.md): This page introduces Klip REST API.
- [Card Minting](https://en.docs.klipwallet.com/rest-api/rest-api-card-minting.md): This page explains how to sign in to Klip Partners to mint, retrieve, send, and delete Cards using Card Minting API.
- [App2App](https://en.docs.klipwallet.com/rest-api/rest-api-a2a.md): This page explains how to use App2App REST API to integrate Klip to your BApp.
- [App2App SDK](https://en.docs.klipwallet.com/a2a-sdk.md): This page introduces Klip's SDKs.
- [JavaScript SDK](https://en.docs.klipwallet.com/a2a-sdk/a2a-sdk-js.md): This page explains how to use App2App JavaScript SDK to use Klip with your BApp.
- [Android SDK](https://en.docs.klipwallet.com/a2a-sdk/a2a-sdk-android.md): This page explains how to use App2App Android SDK to use Klip on your BApp.
- [iOS SDK](https://en.docs.klipwallet.com/a2a-sdk/a2a-sdk-ios.md): This page explains how to use App2App iOS SDK to use Klip on your BApp.
- [Download](https://en.docs.klipwallet.com/a2a-sdk/a2a-sdk-download.md): This page provides download links for App2App SDKs.   You can download JavaScript via npm. Android and iOS provide a ZIP file.
- [Tutorial](https://en.docs.klipwallet.com/tutorial.md): This page introduces Klip API tutorials.
- [Card Minting](https://en.docs.klipwallet.com/tutorial/tutorial-card-minting.md): This tutorial is a guide to help Klip Partners mint and manage Cards conveniently using APIs.
- [App2App API](https://en.docs.klipwallet.com/tutorial/tutorial-a2a-rest-api.md): This tutorial is a guide to help Klip Partners use App2App REST API more easily. Since SDKs are based on REST API, you can refer to the explanations below.
- [Change Log](https://en.docs.klipwallet.com/changelog.md): This page is the changelog for the updates on Klip API.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://en.docs.klipwallet.com/readme.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.
