# Overview

**Quickstart**: A fast and easy setup guide to help you integrate the JustWeb3 Widget and get started with issuing ENS subnames on your platform.

{% content-ref url="/pages/25Kz0Txlg1HI98fJ03dZ" %}
[Quickstart](/plug-n-play-widget/quickstart.md)
{% endcontent-ref %}

**Appearance**: Customize the widget's color scheme and branding, including primary colors, background, and logos, to match your dApp's design.

{% content-ref url="/pages/Dwmx3YBqXaRlfg5BxvsG" %}
[Appearance](/plug-n-play-widget/appearance.md)
{% endcontent-ref %}

**JustVerified Plugin**: Enable social verification by allowing users to authenticate via platforms like Twitter, GitHub, Discord, Telegram, or email for added security and trust.

{% content-ref url="/pages/Fv8SJGKps8rQ1gLj9t9e" %}
[JustVerified](/plug-n-play-widget/justverified.md)
{% endcontent-ref %}

**Allowed ENS Names**: Control how users sign in with ENS names. You can allow all ENS names, restrict sign-ins to subnames from a specific domain, or specify multiple ENS domains.

{% content-ref url="/pages/M9eyCVNR7Hd8dd6Ql4Fg" %}
[Allowed ENS Names](/plug-n-play-widget/allowed-ens-names.md)
{% endcontent-ref %}

**ENS Domains**: Configure the ENS domains your platform will use for issuing and managing subnames. By default, `justan.id` for mainnet and `justan.eth` for testnet are used, but you can specify your own ENS domain along with the required API key to manage subnames for your platform.

{% content-ref url="/pages/zYCOuXZj5sDNzlomGBUh" %}
[ENS Domains](/plug-n-play-widget/ens-domains.md)
{% endcontent-ref %}

**Network Configuration**: Define custom network providers for **mainnet** and **sepolia**, or default to public RPC URLs if none are specified.

{% content-ref url="/pages/hf9xY7H3GsbnV9asFDsR" %}
[Networks](/plug-n-play-widget/networks.md)
{% endcontent-ref %}


---

# 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.justaname.id/plug-n-play-widget/overview.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.
