> ## 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.

# Website

The Website input block allows you to ask your user for a URL. It will check if it is properly formatted.

<Tabs>
  <Tab title="Flow">
    <Frame>
      <img src="https://mintcdn.com/zazubot/qJF_uz16fIP4j3sz/images/blocks/inputs/website-flow.png?fit=max&auto=format&n=qJF_uz16fIP4j3sz&q=85&s=ceca4076ec939bc56a551baf38830013" alt="Website input in flow" className="rounded-lg" width="1268" height="860" data-path="images/blocks/inputs/website-flow.png" />
    </Frame>
  </Tab>

  <Tab title="Bot">
    <Frame>
      <img src="https://mintcdn.com/zazubot/qJF_uz16fIP4j3sz/images/blocks/inputs/website-bot.png?fit=max&auto=format&n=qJF_uz16fIP4j3sz&q=85&s=c792a0dd5a82c8c071c15c59971f6ace" alt="Website input in bot" className="rounded-lg" width="896" height="430" data-path="images/blocks/inputs/website-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.
