> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-ai/readme/supabase/anonymous-sign-ins.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.emobiq.com/emobiq-ai/readme/supabase/anonymous-sign-ins.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
