> ## Documentation Index
> Fetch the complete documentation index at: https://docs.air3.com/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: get your Partner ID and JWKS URL, activate credential services, and register your DID.

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
* **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 and JWKS URL are configured in the **Dashboard → Account → General Settings** panel. Set these up before integrating the SDK — credential SDK operations will fail until your JWKS URL is live, public over HTTPS, and registered in the dashboard.

<Note>
  **Issuer DID and Verifier DID are not provided on login.** Because you hold your own signing keys, you generate your DID yourself and register it with AIR to enable credential services. Until your DID is registered, the Issuer and Verifier menus (schemas, programs, and DID settings) stay hidden. See [Issuing Credentials](/airkit/usage/credential/issuing-credentials) for the activation flow.
</Note>

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