> For the complete documentation index, see [llms.txt](https://boomi.markusschmidt.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boomi.markusschmidt.pro/power-tools/readme/linked-pages/step-by-step/link-a-confluence-page.md).

# Link a Confluence page

**Use-Case**: *<mark style="color:blue;">As I developer</mark>, I want to document my process on Confluence and I want to open my Confluence page with one click from the process designer. <mark style="color:green;">As a Team Member</mark>, I want to access the documentation which my colleagues created.*

1. Develop your process

If you think it's time to take notes, or even if you want to write documentation for your customer ...

2. Open Confluence (or any other tool you like) and start writing documentation (keep your process open)

   <figure><img src="/files/SSST8zj069VJ03cnjIYo" alt=""><figcaption><p>Process documentation on Confluence</p></figcaption></figure>
3. Click *Linked-Pages for Boomi Integration* and connect the current page to your component

   <figure><img src="/files/ojEgSrb9mjZh4eN5PvxA" alt=""><figcaption><p>Link this (Confluence) page to the current component</p></figcaption></figure>
4. Go back to your development work and do what you like most :smile:

Btw: If you ran the [*first example*](/power-tools/readme/linked-pages/step-by-step/link-a-help-page.md) you will see two pages, linked to your process when you click on *Linked-Pages for Boomi Integration*:

<figure><img src="/files/hV0LO1VW9xGHiupQ4t7m" alt=""><figcaption><p>Two pages linke to your current component.</p></figcaption></figure>

{% hint style="success" %}
For the requirement: *<mark style="color:green;">As a Team Member</mark>, I want to access the documentation which my colleagues created* you simply need a [Team Token](/power-tools/installation/configuration.md#team-sync-settings), and all links are shared with your team, automatically.
{% endhint %}


---

# 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://boomi.markusschmidt.pro/power-tools/readme/linked-pages/step-by-step/link-a-confluence-page.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.
