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

# Read the Docs

> The Read the Docs connector enables integration with Read the Docs platforms and access to technical documentation. With this connector, you can quickly access project documentation and API references.

## Options

<ParamField body="project" type="string" required>
  The name of the project to search in. Multiple projects
  can be comma-separated.
</ParamField>

<ParamField body="version" type="string">
  The project version to search in.
</ParamField>

<ParamField body="token" type="string">
  Token for authentication if the project is private.
</ParamField>

## Arguments

<ParamField body="searchterm" type="string" required>
  The search term for the ReadTheDocs search.

  Example:

  ```
  The searchterm to search for in the documentation
  ```
</ParamField>
