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

# Confluence

> The Confluence source pulls pages from your Atlassian Cloud Confluence instance into the AI's training index.

<Note>
  Confluence is a **knowledge-only** source — OpenCX reads Confluence pages into the AI training index, but does not write back or operate Confluence. There is no companion control integration.
</Note>

The Confluence source pulls pages from your Atlassian Cloud Confluence instance into the AI's training index. Pages are converted from Confluence's <Tooltip tip="The XML format Confluence uses to store page content. OpenCX converts it to standard HTML during ingestion so the AI can read it.">storage format</Tooltip> to HTML so the AI can retrieve them like any other article.

## What you get

* **Pages from all spaces the credentials can read.** Whole-instance sync today — no per-space picker.
* **Personal spaces are marked internal.** Any space whose key starts with `~` (Atlassian's personal-space convention) comes in as **internal**. Everything else is **public**.
* **Source URLs preserved.** Each synced page keeps its `webui` link back to Confluence so the AI can cite it.

## What's not supported today

* **Per-space scoping.** Whole-instance sync; use the [Website crawler](/knowledge/sources/website/overview) as a workaround if you only want a subset publicly reachable.
* **Attachments.** Only page body content is ingested.
* **Server / Data Center.** Cloud only.

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Connect Confluence" icon="plug" href="/knowledge/sources/confluence/connect">
    Domain, email, API token.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/knowledge/sources/confluence/troubleshooting">
    Auth errors, missing pages.
  </Card>

  <Card title="Website crawler" icon="globe" href="/knowledge/sources/website/overview">
    Fallback for scoped subsets.
  </Card>

  <Card title="Connect a knowledge source" icon="brain" href="/knowledge/sources/overview">
    All sources.
  </Card>
</CardGroup>
