# SDKs

{% hint style="warning" %}
Our SDKs are not live yet. :eyes:[**Stay tuned**](https://discord.gg/3vnsN7zVpT) **to be the first trying them out!**
{% endhint %}

Our SDKs offer the ability to customize the utilization of WalliD's core components to suit the specific needs of developers. This includes the capability to create authentication and verification configurations independent of the WalliD Dashboard, integrate with providers outside of the WalliD ecosystem, and have full control over the user experience at the interface level when adding authentication and verification flows to you systems.

### WalliD SDKS

{% hint style="info" %}
[**Core Config**](/sdks/core-config-sdks.md) **-** NPM libs to configure authentication and verification parameters to embed in you system.
{% endhint %}

{% hint style="info" %}
[**Verification Modal**](/sdks/verification-modal-sdks.md) **-** Mobile and Desktop Libs to customize and add an already configured verification flow to your system.
{% endhint %}

{% hint style="info" %}
[**Wallet Connector**](/sdks/wallid-wallet-connector-sdks.md) **-** Mobile and Desktop libs to add WalliD wallets to login flows.
{% 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.wallid.io/sdks.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.
