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

# configure

> Kotlin Function

**Function**

```kotlin theme={null}
fun CrossmintSDK.Companion.configure(apiKey: String, appContext: Context, logLevel: LogLevel = LogLevel.WARN)
```

Configures the SDK with the given API key and Android application context. Safe to call multiple times — subsequent calls after the first are ignored.
