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

# Web Extract

<Note>**Feature in Alpha**</Note>

When given an URL, the AI has capabilities to extract and parse content.

### Configuration

| Key       | Default | Values          | Description                              |
| --------- | ------- | --------------- | ---------------------------------------- |
| `enabled` | `true`  | `true \| false` | Extract and parse content from web pages |

### Example

```yaml theme={null}
features:
    webExtract:
        enabled: true
```

### Usage

When enabled, this feature allows Zylon to extract and parse content from web pages, enabling content analysis and data extraction capabilities.
