> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quick.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Website

The Website user block allows you to collect URLs from users with automatic format validation. It
ensures URLs are properly structured and provides user-friendly error handling for invalid entries.

<Tabs>
  <Tab title="Flow">
    <Frame style={{ maxWidth: '400px' }}>
      <img src="https://mintcdn.com/urbiport-eca888d8/jXhgg1Izt8iDVUlb/images/builder/blocks/user/website.png?fit=max&auto=format&n=jXhgg1Izt8iDVUlb&q=85&s=6538f34960f7f24e0bc7df7ef86ade4a" alt="Website input in flow builder" className="rounded-lg" width="808" height="410" data-path="images/builder/blocks/user/website.png" />
    </Frame>
  </Tab>

  <Tab title="Bot">
    <Frame style={{ maxWidth: '400px' }}>
      <img src="https://mintcdn.com/urbiport-eca888d8/-ARXSrILxIB7whJw/images/builder/blocks/user/website-viewer.png?fit=max&auto=format&n=-ARXSrILxIB7whJw&q=85&s=4d85981278eb131365adab23b0e45cea" alt="Website input in bot" className="rounded-lg" width="780" height="964" data-path="images/builder/blocks/user/website-viewer.png" />
    </Frame>
  </Tab>
</Tabs>

## Configuration

* **Placeholder**: Set the placeholder text shown in the URL input field (supports variables).
* **Button Text**: Customize the submit button label (supports variables).
* **Save Answer**: Choose a variable to store the validated URL.

### URL Validation

* **Format Checking**: Validates URL structure and format automatically
* **Protocol Support**: Accepts HTTP, HTTPS, and other standard protocols
* **Error Handling**: Displays retry message when URLs are improperly formatted
* **Real-time Feedback**: Immediate validation feedback to users
