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

# Export to Confluence

> Automatically send meeting summaries, notes, and action items to your Confluence workspace.

Push meeting summaries, transcripts, and action items from Mavio directly into Confluence pages so your team's knowledge base stays up to date without manual copy-paste.

## Prerequisites

* A Mavio account on the **Pro** plan or higher
* Atlassian Confluence (Cloud) with permission to create pages in at least one space

## Connect Confluence

<Steps>
  <Step title="Open integration settings">
    Navigate to **Settings** > **Integrations** > **Confluence** in Mavio.
  </Step>

  <Step title="Authenticate with Atlassian">
    Click **Connect Confluence** and sign in with your Atlassian account. Grant Mavio permission to read spaces and create pages.
  </Step>

  <Step title="Select a default space">
    Choose the Confluence space where meeting pages should be created by default. You can override this per-meeting later.
  </Step>

  <Step title="Choose a page template">
    Select which Mavio template maps to the Confluence page format. Options include:

    * **Summary + Action Items** — a concise page with the summary and task list
    * **Full Transcript** — the complete transcript with speaker labels
    * **Meeting Minutes** — structured minutes with attendees, decisions, and next steps
    * **Custom** — use your own Confluence page template
  </Step>
</Steps>

## Auto-export settings

Enable auto-export so every completed meeting is pushed to Confluence without manual action:

1. Toggle **Auto-export** to **On** in the Confluence integration settings.
2. Choose which content to include: summary, transcript, action items, or all three.
3. Optionally set a **parent page** under which all meeting pages are nested.
4. Optionally add **labels** that are applied to every exported page (e.g., `meeting-notes`, `mavio`).

<Tip>
  Use Confluence labels to filter and search meeting pages later. Mavio automatically adds the meeting date and participants as labels.
</Tip>

## Manual export

To export a single meeting on demand:

1. Open the meeting in Mavio.
2. Click the **Share** button and select **Export to Confluence**.
3. Choose the target space and parent page.
4. Select the content sections to include.
5. Click **Export** — a new Confluence page is created and a link appears in Mavio.

## Page structure

Exported pages follow this structure:

```
Meeting Title — Apr 14, 2026
├── Attendees
├── Summary
├── Key Decisions
├── Action Items (with assignees and due dates)
├── Full Transcript (collapsible, if included)
└── Source: link back to Mavio meeting
```

<AccordionGroup>
  <Accordion title="Can I export to multiple Confluence spaces?">
    Yes. Override the default space on a per-meeting or per-channel basis. Channel-level overrides apply to all meetings in that channel.
  </Accordion>

  <Accordion title="Does re-exporting update the existing page?">
    Yes. If a page for the same meeting already exists, Mavio updates it in place rather than creating a duplicate. A version comment is added noting the update.
  </Accordion>

  <Accordion title="Can I use Confluence page templates?">
    Yes. In the integration settings, choose **Custom** template and paste your Confluence template ID. Mavio fills in the template variables with meeting data.
  </Accordion>

  <Accordion title="What if export fails?">
    Check that your Atlassian token has not expired and that you still have create-page permissions in the target space. Mavio retries failed exports three times over 15 minutes. You can also retry manually from the meeting's share menu.
  </Accordion>
</AccordionGroup>
