> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zazubot.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/zazubot/jkWiMkcCk4qiEvi7/images/blocks/inputs/email-flow.png?fit=max&auto=format&n=jkWiMkcCk4qiEvi7&q=85&s=07b60b0ea23af52831151037c59304b4" 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/zazubot/jkWiMkcCk4qiEvi7/images/blocks/inputs/email-bot.png?fit=max&auto=format&n=jkWiMkcCk4qiEvi7&q=85&s=036aa0e3e58e32ba3a6919840fea7c6c" 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 zazubot 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.
