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

# Wikipedia Reader

WikipediaReader is a reader class that allows you to read Wikipedia articles.

## Parameters

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

## Methods

### `read()`

Reads the summary of a Wikipedia topic and returns a list of documents.

| Parameter | Type  | Default  | Description                   |
| --------- | ----- | -------- | ----------------------------- |
| `topic`   | `str` | Required | Topic to look up on Wikipedia |

### `async_read()`

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