# KAP Games SDK

<figure><img src="https://1205294512-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfK2TOUKoXN9wZ805SmVt%2Fuploads%2FMjUyLx2L3buAHo6iqd2C%2FKAP_Banner.png?alt=media&#x26;token=554b68af-8524-4f1d-8692-007f8e979ca6" alt="Odyn"><figcaption></figcaption></figure>

## Introduction

Welcome to the technical documentation for the KAP Games SDK, which enables you to seamlessly integrate your web3 game into the KAP Games ecosystem, including distribution via [kap.gg](https://kap.gg).&#x20;

This documentation will walk you through specific integrations for your use case, including but not limited to features such as:

* 🕹️ Enable KAP users to log into your game via their web2.5-style [kap.gg](https://kap.gg/) account
* 🎁 Support in-game event tracking to reward engagement via the [kap.gg](https://kap.gg/) Battle Pass
* 📊 Track in-game player actions and scores for reporting on public leaderboards
* 💰 Create token-gated experiences and read on-chain player wallet balances

{% hint style="info" %}
Looking for the KAP Games Whitepaper instead? Follow [this link](https://whitepaper.kap.gg/overview/kap-games) if so.&#x20;
{% endhint %}


---

# 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.kap.gg/kap-games-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.
