# Configuration

All settings are related to a specific Boomi Account, as well as all links are saved *per Boomi Account* in your personal profile, local browser storage.

## Boomi API Settings

It is required to setup a [Boomi API Token](https://help.boomi.com/docs/Atomsphere/Platform/int-Adding_API_tokens_d788aee3-026f-41c5-bebb-bf7f94500db3), so that the Power-Tools can communicate with your Boomi Platform API.

<figure><img src="/files/mOzTWBsSDrbDx7T7jtiR" alt=""><figcaption><p>Boomi API User and Token</p></figcaption></figure>

## Team Sync - share your documentation

By default, all linked-pages are stored in your local profile browser storage, and all documentation links are available when you work with your browser instance on a specific account.

If you switch to a different Account, all links are not vailable on that Account. Means, all links are stored related to the Account, and you can switch forth and back at any time.

If you want to synchronize your links - share your documentation - with other team members, you will need to [obtain a *Team Token.*](/power-tools/licensing.md) :moneybag: The *Team Token* is used to synchronize the local links with an Azure Web-Service - per Boomi Account - so that all team members with the same Team Token on the same Boomi Account can use these links (shared documentation)

<figure><img src="/files/jy1PgjEevHC3ZbKW69Kp" alt=""><figcaption><p>Team Sync Settings</p></figcaption></figure>

## Other Settings

### Confluence Settings

Confluence requires special handling because Confluence-Links to documents are not *permanent*. Means: Confluence links to a document page can become orphaned and be replaced by new ones. *Linked-Pages for Boomi Integration* is able to handle this behaviour, if you provide a **semi-colon separated list of Confluence roots.**

<figure><img src="/files/QAOobaooXR9f7Liu3Hb7" alt=""><figcaption><p>Confluence special handling</p></figcaption></figure>

### Titel Cleansing

Link titles are read from the browser url, and such titles can become very long, containing unwanted information. Use the *Title Cleansing* RegEx to advise Linked-Pages for Boomi Integration to remove part of (recurring) titles.

I recommend using `(\s-\sConfluence)` to strip off unnecessary Confluence information.

<figure><img src="/files/VCSKDZC3EyrVTXuq5WUm" 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/installation/configuration.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.
