> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-service-account.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Website Reader

WebsiteReader is a reader class that allows you to read data from websites.

## Parameters

<Snippet file="website-reader-reference.mdx" />

## Methods

### `read()`

Crawls a website starting from the given URL and returns a list of documents.

| Parameter | Type            | Default  | Description                               |
| --------- | --------------- | -------- | ----------------------------------------- |
| `url`     | `str`           | Required | URL of the website to crawl and read      |
| `name`    | `Optional[str]` | `None`   | Name override for the resulting documents |

### `async_read()`

Async variant of `read()`. Accepts the same parameters.
