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

# Confluence Integration

## Resmo + Confluence Integration Fundamentals

![](/files/gZXLJTWRXkqbHSWHXHSl)

Resmo integrates with Jira to help you protect your issues and project from potential risks and stay secure and compliant.

### What does Resmo offer to Confluence users?

* Gather all your Confluence resources in one place
* Query your assets using a streamlined SQL query engine
* Track change histories of your assets
* Set up rules to audit your resource compliance automatically
* Receive alerts on rule violations to accelerate response times

### How does the integration work?

Resmo integrates with Confluence through the OAuth 2.0 app. Once you hit the Create button on the Resmo Confluence integration page, you will be redirected to the OAuth page. After you accept the permissions, you can start querying Confluence assets on your Resmo account.

Resmo operates the resource receiving and regular data-update collection processes through API polling.&#x20;

{% embed url="<https://resources.resmo.com/confluence>" %}

### Common queries and rules

* List global Confluence spaces
* View the number of Confluence spaces opened by users

(To be added)

### Integration walkthrough

#### How to Install

1. Login to your Resmo account and go to your Integrations page.
2. Find and select Confluence. Hit the Add Integration button from the bottom right corner of the opening modal.
3. Click Create.
4. You’ll be redirected to your Atlassian account; accept permissions.

![](/files/ImKA2cOdwhyoXt4xA0YT)

5\. All done! Now, you can start querying your Confluence resources.

#### How to Uninstall

1. Navigate to your Integrations page on Resmo
2. Select Confluence. On the Connected Integrations tab of the opening modal, click the Confluence integration you wish to uninstall.
3. The Disable button on the top right temporarily disables the integration. To permanently uninstall it, click the Delete button.
4. Optionally, you can remove your OAuth token after uninstalling the integration permanently. Follow instructions [here](https://developer.atlassian.com/cloud/confluence/oauth-2-3lo-apps/#site-scoped-grants-limitations).


---

# 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, and the optional `goal` query parameter:

```
GET https://resmocom.gitbook.io/product/integrations/confluence-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
