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

# Confluence Data Center

To authorize Confluence, navigate to your **Workspace Settings**, open the **User Integrations** page, find the **Confluence** integration, and click **Connect**. You'll then be prompted to enter your credentials.

The required credentials differ depending on your Confluence setup — make sure you select the correct option for your environment.

For **Confluence Cloud** users, see [Connecting Confluence Cloud to Paradime ](/app-help/documentation/integrations/code-ide/confluence.md)for setup instructions specific to your environment.

Once connected, DinoAI will be able to access Confluence on your behalf using the [Confluence Tool](/app-help/documentation/dino-ai/tools-and-features/confluence-tool.md).

{% hint style="info" %}
You will need a Personal Access Token (PAT) from your Data Center instance to connect. See the table below for instructions on where to find each required field.
{% endhint %}

| Field                           | Description                                          | Where to find it                                                                                                 |
| ------------------------------- | ---------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| **Instance Base URL**           | The base URL of your Confluence Data Center instance | Your self-hosted Confluence URL, e.g. `https://confluence.your-org.com`                                          |
| **Personal Access Token (PAT)** | A personal access token to authenticate requests     | In Confluence Data Center, go to your **Profile** → **Settings** → **Personal Access Tokens** → **Create token** |

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

Once all fields are filled in, click **Save Configuration** to complete the connection.


---

# 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.paradime.io/app-help/integrations/confluence/confluence-data-center.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.
