# Config Dashboard

{% hint style="success" %}
:rocket: **Apply for the Private Beta waitlist** [**here**](https://wytj7vjf6ml.typeform.com/to/uBOR6LJm) **to be the first trying it out!**
{% endhint %}

## Overview

The Config Dashboard is the gateway to WalliD. It allows dApp and WebApp developers to signup into the ecosystem and config [Authentication](/config-dashboard/authentication.md) and [Data verification](/config-dashboard/data-verification.md) flows that can be embedded within their systems.

It is a no-code tool that enables you to quickly connect to multiple verifiable data sources  and config authentication or verification parameters to integrate in your platform through a [Verification Modal](/verification-modal.md).

<figure><img src="/files/WfsVfoJXI03d9Lj56sYE" alt=""><figcaption></figcaption></figure>

**With the config Dashboard you are able to:**

* **Create an account** with WalliD;
* **Create workspaces** for your authentication or Data verification configs;
* **Config authentication flows** for your website by connecting with Social Login and web3 wallet providers;
* **Config Data verification** **flows** by connecting and setting up parameters for a successful verification based on Digital ID or blockchain assets ownership;
* **Integrate a Verification Modal** in your platform with the parameters configured in the dashboard and seamlessly authenticate or verify users' data  from your favourite verifiable Data sources.

{% hint style="info" %}
For an advanced customization of authentication and verification features check out the documentation available in our [SDKs](/sdks.md) section
{% 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/config-dashboard.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.
