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

# Setting Up Your Partner Account

> Set up your AIR Kit partner account on the Developer Dashboard — obtain your Partner ID, Issuer DID, and Verifier DID before integrating the SDK.

To get started, you’ll need to head to the <a href="https://developers.sandbox.air3.com" target="_blank" rel="noreferrer">Developer Dashboard</a> to obtain a Partner ID and fill in some information about your app.

Depending on what your app supports, you'll be using the information:

* **Partner ID** — your unique ID used throughout AIR Kit
* **Issuer DID** — used for credentials issuance
* **Verifier DID** — used for credentials verification
* **JWKS URL** — a public HTTPS endpoint that publishes your Partner JWT signing key. **Required before any `issueCredential` or `verifyCredential` call.** See [JWKS endpoint setup](/airkit/usage/jwks-setup).

Partner ID, Issuer DID, Verifier DID, and JWKS URL are all configured in the same **Dashboard → Account → General Settings** panel. Set up all four before integrating the SDK — credential SDK operations will fail until your JWKS URL is live, public over HTTPS, and registered in the dashboard.

To learn more about the Developer Dashboard's settings, head to the [AIR Kit Dashboard page](/airkit/airkit-dashboard).
