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

# autogen.agentchat.contrib.captainagent.tools.information_retrieval.arxiv_search.arxiv_search

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### arxiv\_search

```python theme={null}
arxiv_search(
    query,
    max_results=10,
    sortby='relevance'
) -> 
```

Search for articles on arXiv based on the given query.<br />

<b>Parameters:</b>

| Name                 | Description                   |
| -------------------- | ----------------------------- |
| `query`              | The search query.<br /><br /> |
| `max_results=10`     |                               |
| `sortby='relevance'` |                               |

<br />
