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

# Arxiv Agent

> Search and retrieve papers from arXiv

## Overview

The Arxiv Agent tool allows you to search and retrieve papers from the arXiv repository. It provides a simple interface to query the database and fetch relevant research papers based on your input.

## Key Features

* `ARXIV_INVOKE_AGENT`
  * Search for papers on arXiv using a query string.
  * Retrieve metadata and content of the papers.

### Example: Search for Papers

```yaml theme={null}
- id: invoke_arxiv_agent
  tool: ARXIV_INVOKE_AGENT
  input:
    - name: query
      value: What's the paper 1605.08386 about?
```
