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

# Confluence

> The Confluence connector enables direct access to Confluence workspaces and allows searching for content. With this connector, you can quickly retrieve relevant documentation, notes, and information from your Confluence spaces.

## Options

<ParamField body="subdomain" type="string" required>
  The subdomain is the first part of the Confluence URL.
</ParamField>

<ParamField body="email" type="string" required>
  The user's email address.
</ParamField>

<ParamField body="apiKey" type="string" required>
  The API key that can be generated in Confluence.
</ParamField>

<ParamField body="spaceKey" type="string">
  The key of the space to be connected. Without a spaceKey, everything will be searched.
</ParamField>

## Arguments

<ParamField body="searchterm" type="string" required>
  The prompt for the LLM to populate the argument for the search term.

  Example:

  ```
  The search term in english
  ```
</ParamField>
