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

# Confluence

> Connect Confluence to let ewake search your runbooks, postmortems, and internal documentation during investigations.

<Info>
  **What you'll get:** ewake can search and retrieve relevant Confluence pages during an investigation, surfacing the right runbook, architecture doc, or past postmortem at the right moment, without leaving the incident channel.
</Info>

***

## Prerequisites

* An Atlassian account with access to your Confluence workspace
* Permission to create API tokens in Atlassian

***

## Configuration

<Steps>
  <Step title="Create an API token in Atlassian">
    Go to [id.atlassian.com](https://id.atlassian.com) → **Security** → **Create and manage API tokens** → click **Create API token**.

    Give it a label (e.g. `ewake`) and copy the token immediately.

    <Note>
      Copy the token now, Atlassian will not show it again after closing the modal.
    </Note>
  </Step>

  <Step title="Note your Confluence base URL">
    Your Confluence URL follows this format:

    ```
    https://your-org.atlassian.net/wiki
    ```
  </Step>

  <Step title="Connect in ewake">
    In your ewake dashboard, go to **Integrations** → **Confluence** → click **Configure**.

    | Field                   | Value                                       |
    | ----------------------- | ------------------------------------------- |
    | **Email**               | The email address of your Atlassian account |
    | **API Token**           | The token created in Step 1                 |
    | **Confluence Base URL** | Your Confluence URL from Step 2             |

    Click **Test Configuration**, then **Save**.
  </Step>

  <Step title="Select spaces to index">
    Choose which Confluence spaces ewake should index (e.g. Engineering, SRE, Platform).

    <Check>
      Confluence is connected. Ewake will begin indexing your spaces for use during investigations.
    </Check>
  </Step>
</Steps>

***

<Note>
  Ewake uses **read-only** access to Confluence. It never creates, edits, or deletes pages.
</Note>
