# Anonymous Sign-Ins

#### Empower Your Users with Seamless Anonymous Authentication

Transform your application's user experience with **Supabase Anonymous Sign-Ins**, the powerful authentication method that lets users explore your app without barriers. Enable authenticated experiences without requiring email addresses, passwords, or any personal information upfront!

<a href="https://supabase.com/docs/guides/auth/auth-anonymous" class="button primary" data-icon="server">Anonymous Sign-In Documentation</a>

#### Getting Started: Enable Anonymous Sign-Ins in Three Easy Steps!

{% stepper %}
{% step %}
**Access Your Supabase Dashboard**

Navigate to your Supabase project dashboard to begin configuration.

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

*Your Supabase Dashboard - Select your project to get started*

1. Log in to <https://supabase.com/dashboard>
2. Select your project from the project list
   {% endstep %}

{% step %}
**Navigate to Authentication Settings**

Configure your authentication providers with just a few clicks.

* Click on **"Authentication"** in the left sidebar
* Select **"Providers"** from the authentication menu

<figure><img src="/files/irJPTpaN2T8fpBNUVxQf" alt=""><figcaption><p>The Providers page displays all available authentication methods</p></figcaption></figure>
{% endstep %}

{% step %}
**Enable Anonymous Sign-Ins**

Activate the anonymous sign-in feature with a simple toggle.

<figure><img src="/files/mBF4oFcCJdyZOzufC3fW" alt=""><figcaption><p>Toggle the switch to <strong>enable</strong> it</p></figcaption></figure>

Click **Save Changes** to apply the changes.
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
Anonymous sign-ins don't require email verification, so no redirect URL setup is needed. If you are using **email/password login or magic links**, make sure to also configure your authentication URLs so verification emails redirect correctly.

[Configuring Authentication URLs](/emobiq-ai/readme/supabase/configuring-authentication-urls.md)
{% 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.emobiq.com/emobiq-ai/readme/supabase/anonymous-sign-ins.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.
