> ## Documentation Index
> Fetch the complete documentation index at: https://typebot-operators-authentication-type-branch.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Email

The Email input block allows you to ask your user for an email. It will check if it is properly formatted.

<Tabs>
  <Tab title="Flow">
    <Frame>
      <img src="https://mintlify.s3-us-west-1.amazonaws.com/typebot-operators-authentication-type-branch/images/blocks/inputs/email-flow.png" alt="Email input in flow" className="rounded-lg" />
    </Frame>
  </Tab>

  <Tab title="Bot">
    <Frame>
      <img src="https://mintlify.s3-us-west-1.amazonaws.com/typebot-operators-authentication-type-branch/images/blocks/inputs/email-bot.png" alt="Email input in bot" className="rounded-lg" />
    </Frame>
  </Tab>
</Tabs>

The retry message will be displayed whenever Typebot detected that the email is not properly formatted.

It won't check if the email address is **valid**. To do that, you will have to trigger a [Webhook block](/editor/blocks/integrations/webhook) and call an email validation service API.
