> For the complete documentation index, see [llms.txt](https://docs.eesel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eesel.ai/integrations/confluence.md).

# Confluence

## Connecting Confluence

Confluence connects via the Atlassian Marketplace or with our Chrome browser extension.

{% stepper %}
{% step %}

#### Head to the integrations menu

<figure><img src="/files/yhghzvAGsNwibn2PlbCx" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Click Confluence

<figure><img src="/files/2UpAJfIjZpuHK46gYbP4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Click install app and follow the Atlassian instructions

<figure><img src="/files/u1Qv42XQYx4siml2ECJe" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Connect via browser extension

This is a fast way to quickly add a set of web pages, including Confluence pages and Google Docs.

{% stepper %}
{% step %}

#### Install the extension

Head here to [install the extension](https://chromewebstore.google.com/detail/eesel-ai-chatgpt-sidebar/ejhkkbilnpifailgngpkgmiofhioacjd?hl=en) and login to eesel once you open it.
{% endstep %}

{% step %}

#### Open your Confluence pages click add sources

<figure><img src="/files/54ap7ItxTtzdaiY5leu3" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Prerequisites

* A Confluence Cloud workspace (Atlassian Cloud only)
* Admin permissions to install marketplace apps

## What gets synced

Your Confluence pages are synced when you select them inside our Confluence app or when you add them via Chrome Extension. Syncs are not possibly to do automatically and must be manually triggered.

## Tips

**Organize your Confluence space.** Well-structured spaces with clear page hierarchies produce better results. Your agent uses the document structure to understand context.

**Keep pages current.** Outdated Confluence pages lead to outdated answers. Review and update your documentation regularly.

**Combine with Jira.** If your team uses both Confluence and Jira, connect both — Confluence for documentation and [Jira](/integrations/jira-service-management.md) for issue management.

## Troubleshooting

**App not indexing content?**

* Verify the app is properly installed in your Confluence workspace
* Check that you have the correct permissions
* Contact support if pages still aren't appearing after 30 minutes

**Content seems stale?**

* Trigger a manual re-sync from the integration settings
* Check the sync status in your sidebar (look for the sync indicator)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eesel.ai/integrations/confluence.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
