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

# 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/typebot/bR67_tMY0NAThQSS/images/blocks/inputs/website-flow.png?fit=max&auto=format&n=bR67_tMY0NAThQSS&q=85&s=642a134278424377d0ae6a7b31c7f5cc" 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/typebot/bR67_tMY0NAThQSS/images/blocks/inputs/website-bot.png?fit=max&auto=format&n=bR67_tMY0NAThQSS&q=85&s=189a50d7956a1d3792c97bb0031354cb" alt="Website input in bot" className="rounded-lg" width="832" height="298" data-path="images/blocks/inputs/website-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.
