# Require Login to Forms

## Overview

By adding authentication to a form, you can restrict form access so only specific users with access to your Feathery account can view and submit it. This is separate from logging into the Feathery dashboard as it controls who can access your published forms, not your account.

Users can authenticate via email-based login or single sign-on (if it's enabled for your account). They must first be added to your Feathery account.

Form authentication also unlocks secure form features and enables you to have greater control over who sees and submits your form.

## Authentication Types

Feathery supports two primary methods of authentication:

* Email Login
* SSO

To enable form authentication, navigate to "User Tracking" tab within the form settings. There, you'll find the "Require Authentication" dropdown where you can choose the method of authentication you want the form to support.

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

## Provisioning User Access

To give users access to your authenticated form, you need to [add them to your team](/platform/account-settings/managing-your-team.md#adding-users).


---

# 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.feathery.io/platform/build-forms/require-login-to-forms.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.
