# Link to Confluence

{% hint style="info" %}
I am using *Confluence* in this example because it is a very popular system for writing requirements and documentation. However, Linked-Pages for Boomi Integration was neither built for Confluence nor does it depends on Confluence in any way.

You can connect any web-page(s) with your Boomi components.
{% endhint %}

The pre-condition is, you do have a Boomi process and you want to write documentation for it. The name of the example process is ***Docs 01 - Update and Create***.

<figure><img src="/files/tiN2woIxsQBen9VOolqN" alt=""><figcaption><p>An example process</p></figcaption></figure>

Go to Confluence and start writing your documentation...

<figure><img src="/files/4yLFZ0X7tkf4mYwLrgQh" alt=""><figcaption><p>Documentation in Confluence</p></figcaption></figure>

Then connect Documentation with Component

<figure><img src="/files/iu9Y1L2Ssc7wTnKfSFHy" alt=""><figcaption><p>Form the documentation page, linke it to the current component.</p></figcaption></figure>

<figure><img src="/files/FSsjFhtcj65PANZqj8rd" alt=""><figcaption></figcaption></figure>


---

# 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://boomi.markusschmidt.pro/power-tools/readme/linked-pages/boomi-linked-pages-in-action/link-to-confluence.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.
