> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typebot.com/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://mintcdn.com/typebot/_A9p16JCEDI2EkLF/images/blocks/inputs/email-flow.png?fit=max&auto=format&n=_A9p16JCEDI2EkLF&q=85&s=5c3d780bcdc8ba436d33129ade54771f" alt="Email input in flow" className="rounded-lg" width="1282" height="874" data-path="images/blocks/inputs/email-flow.png" />
    </Frame>
  </Tab>

  <Tab title="Bot">
    <Frame>
      <img src="https://mintcdn.com/typebot/_A9p16JCEDI2EkLF/images/blocks/inputs/email-bot.png?fit=max&auto=format&n=_A9p16JCEDI2EkLF&q=85&s=776baf237c325f906d4a454695cf7493" alt="Email input in bot" className="rounded-lg" width="856" height="296" data-path="images/blocks/inputs/email-bot.png" />
    </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 [HTTP request block](/editor/blocks/integrations/http-request) and call an email validation service API.
