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