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

# Integration with Confluence

{% stepper %}
{% step %}
**Atlassian organization admin’s account details**

1. In a new tab, navigate to the <https://id.atlassian.com/manage-profile/security/api-tokens> & make sure to sign in with Atlassian’s organization admin account.
2. Click on the “Create API token” button, and enter a suitable name such as “EmpowerGPT - \[Company Name]”.
3. After clicking on create, you shall be able to copy the API token. Paste the API token, along with the email address of the signed in organization admin.

<div data-with-frame="true"><figure><img src="/files/pcNFzuTqrIhvwlGnU4SQ" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Create and configure an OAuth 2.0 App in Atlassian Developer**

1. In a new tab, sign in to <https://developer.atlassian.com/>
2. Once signed in, click on the “User Menu” on top right to select the “Developer Console” button from the drop-down.
3. Click on the “Create” button under “My apps” section and select “OAuth 2.0 integration” from the drop-down.

<div data-with-frame="true"><figure><img src="/files/oZVuKAMxR8yK2voN4B3o" alt=""><figcaption></figcaption></figure></div>

3. Enter a suitable name for the application such as “EmpowerGPT - \[Company Name]”. Check the box below to agree to Atlassian’s developer terms, and click on “Create”.
4. You will land to the application’s “Overview” page after the application is successfully created. Navigate to the “Authorization” page, and click on the “Add” button against “OAuth 2.0 (3LO)” to enable user authorization from Atlassian.

<div data-with-frame="true"><figure><img src="/files/Mn6TdsbGum57doEzCh5E" alt=""><figcaption></figcaption></figure></div>

5. Paste the Callback URL provided in the “Callback URL” field and click on “Save changes”.
6. Now navigate to the “Distribution” page and click on “Edit” in front of the “Distribution controls” section. Change the distribution status to “Sharing”.
7. Add your company name as the vendor name and paste the Privacy Policy link under the privacy policy field.
8. Select “No” against the “does your app store personal data?” drop down and click on save changes button at the end.

<div data-with-frame="true"><figure><img src="/files/pdYpFRFrEXamTNb5M9az" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Enter details against the created application**

1. Navigate to the “Settings” page.

<div data-with-frame="true"><figure><img src="/files/f937JCXnwKQA9p0eCb5m" alt=""><figcaption></figcaption></figure></div>

2. Copy the “Client ID” and “Secret ID” and enter each in the respective field
   {% endstep %}

{% step %}
**Add required permissions to the created application’s API scope**

1. Navigate to the “Permissions” page and click on the “Add” button against the “Confluence API” row. ”Add” button should update to “Configure”.
2. Click on the “Configure” button, and click on “Edit Scopes” under the “Classic scopes” tab

<div data-with-frame="true"><figure><img src="/files/uWBjWwRf0QVoqeDgcV7h" alt=""><figcaption></figcaption></figure></div>

3. Select the following permissions by check the box under the “Select” column.
   1. Read Confluence space summary
   2. Read Confluence content summary
   3. Read Confluence detailed content
      {% endstep %}
      {% endstepper %}


---

# 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://docs.empowergpt.ai/settings/system-settings/integration-with-confluence.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.
