# Linked Pages

The idea behind *Linked Pages* ..

Since I have begun with Boomi in 2019, I was looking for a **convenient way how to document Boomi Integration Components**. Neither *Note Shapes* nor *Process Descriptions* were helpful in any way. It took me five years, until I had got the idea how to solve this challenge.&#x20;

{% hint style="info" %}
I wanted to...

* **write documentation with my preferred tool**, \
  like Confluence, Notion, GitBook, ..
* **open my documentation directly from the Boomi Designer** \
  (navigate forth and back)
  * **document any component-type**: processes, profiles, scripts etc.
* **edit documentation side-by-side**
* **link any other web-page** - incl. (Jira) tickets - to my components.
* **share the links** with my team mates and customers
  {% endhint %}

### How it works

<figure><img src="/files/4BiJQfGSqvZz08aKWnCc" alt=""><figcaption></figcaption></figure>

1. Open a Boomi Integration component
2. Check the *Power-Tools* icon - three pages are linked to that component
3. Open the documentation page

With modern browsers you can open the Boomi Component and the documentation side-by-side. &#x20;

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

[Linked-Pages in Action](/power-tools/readme/linked-pages/boomi-linked-pages-in-action.md)


---

# 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.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.
