> 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-help-page.md).

# Link a help page

**Use-Case**: *As I developer, I am using a Boomi REST connector in my current process and I wanted to have the Boomi REST connector documentation at hand.*

1. Login to Boomi AtomSphere and open you current process

   <figure><img src="/files/JtczEuJGu4tepTBJnCK4" alt=""><figcaption><p>You current process</p></figcaption></figure>
2. Open the [REST Client connector](https://help.boomi.com/docs/atomsphere/integration/connectors/int-rest_client_connector_686f3452-ce89-4a04-bf73-2dfd603ae3f7) help page on a second Tab

   <figure><img src="/files/RqUzH1SWDlNoAvURRAlZ" alt=""><figcaption><p>Open the documentation</p></figcaption></figure>
3. On the REST Connector help page being the active Tab,\
   click on *Linked-Pages for Boomi Integration*

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

*Linked-Pages for Boomi Integration* reads the current Boomi Account and the open Component from the Boomi Tab, and displays its information. Component types and names are only displayed if you have [configured a Boomi AtomSphere Token](/power-tools/installation/configuration.md#boomi-api-settings).

4. Click on <mark style="color:purple;">**\[Link this page to the current component]**</mark>,\
   **close the REST Client connector** help page,\
   and go back to you Boomi process.
5. If you need help, while working on the process, **click&#x20;*****Linked-Pages for Boomi Integration*** and select the Boomi Documentation help page.

   <figure><img src="/files/qlCOJXM7HX8RtldIsEpr" alt=""><figcaption><p>Open you linked page from the component.</p></figcaption></figure>


---

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