> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uselooop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Recover

> Allow users to recover their account password by sending a recovery email.

## Setup

<Steps>
  <Step title="Recover Form">
    Add a Webflow form to the Recover page.
  </Step>

  <Step title="Recover Form - Attribute">
    Add the following attribute to the `Form` element of the Webflow form:

    ```html theme={null}
    looop=recoverform
    ```
  </Step>

  <Step title="Recover Form - Fields">
    Add [available fields](#available-fields) to the form
  </Step>
</Steps>

## Available Fields

### Email

<sup>`required`</sup>

```html theme={null}
looop=customer_email
```
