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

# Arxiv Reader

> Parameters and methods of ArxivReader, which searches arXiv and reads paper summaries into documents.

ArxivReader is a reader class that searches the arXiv API and loads paper summaries as documents.

## Parameters

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

## Methods

### `read()`

Searches arXiv for the query (up to `max_results` articles) and returns a list of documents containing paper summaries.

| Parameter | Type  | Default  | Description                       |
| --------- | ----- | -------- | --------------------------------- |
| `query`   | `str` | Required | Search query to run against arXiv |

### `async_read()`

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