> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moca.network/llms.txt
> Use this file to discover all available pages before exploring further.

# AIR Kit Documentation

> How to navigate the AIR Kit developer documentation by persona — choose login, credential issuance, or verification flows that match your integration.

# How to Read This Documentation

This documentation is designed to guide developers through using **AIR Kit** efficiently. It is organized to serve multiple personas and use cases.

## 1. Start with Your Persona

Identify which persona matches your use case to choose the appropriate Quickstart:

| Persona                    | Suggested Start                                                                                                                                     |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Account Integrators**    | [Quickstart 1: Account Integration & User Onboarding](/airkit/quickstart)                                                                           |
| **Credential Integrators** | [Quickstart 2: Issue Credentials](/airkit/quickstart/issue-credentials) & [Quickstart 3: Verify Credentials](/airkit/quickstart/verify-credentials) |

<Tip>
  Each Quickstart contains step-by-step instructions and example code to get started quickly.
</Tip>

## 2. Core Concepts

Before building, familiarize yourself with the following concepts:

* **AIR Service Overview** – [What AIR Kit is and how it works](/airkit/)
* **Installation & Setup** – [Creating your partner account and initializing the SDK](/airkit/usage/getting-started)
* **Configuration Options** – [Customize AIR Kit behavior for your app](/airkit/usage/config-theming)
* **Authentication & Sessions** – [Partner JWT, login flows, and session management](/airkit/usage/partner-authentication)
* **Verifiable Credentials** – [Issuance, verification, storage, and ecosystem interoperability](/learn/airkit/credentials)
* **Security & Privacy Principles** – Best practices for data handling and privacy

<Tip>
  Each concept links to detailed guides and examples for implementation.
</Tip>

## 3. Using AIR Kit

The functional documentation is organized by capabilities:

1. **General Usage**
   * Initialize SDK, configure authentication, and user management

2. **General Configuration**
   * Theming, languages, and login options

3. **Account Service**
   * Wallet functions and provider
   * Integrations with Wagmi Connector and other functions

4. **Credential Service**
   * Issue and verify credentials

## 4. Advanced Topics (Coming Soon)

Optional sections for experienced developers:

* **API Reference** – All classes, methods, and SDK options
* **Plug & Play modules** – Coming soon
* **Migration & Compatibility** – Guidelines for upgrading or integrating with existing systems

<Tip>
  Advanced topics are not required for standard usage.
</Tip>

## 5. Support & Maintenance

Use this section for:

* Troubleshooting issues
* Reviewing release notes
* Providing feedback or contributing to AIR Kit

## What's next?

Each Quickstart provides:

* Step-by-step instructions you can copy and run
* Code examples in TypeScript for direct use
* Deep links to reference docs for SDK methods and configuration options

👉 Start with the Quickstart that matches your role, then refer back to others as your app grows.
