# Boomi Account Connection

To connect your [Workspace](/boomi-console/library/the-workspace.md) to a Boomi Account you must collect some information first.

1. [**Login to your Boomi Account**](https://platform.boomi.com/AtomSphere.html#build)
2. Navigate to *Settings -> User Information*

   <div align="left"><figure><img src="/files/1PAbHQqCFIKWvITmUEFw" alt="" width="525"><figcaption></figcaption></figure></div>
3. Get and **note down three parameters**:  *Username*, *Account ID* and *API-Token.*

{% tabs %}
{% tab title="Username" %}
The *Username* is the E-Mail Address you use to login into your Boomi Account.

<div align="left" data-with-frame="true"><figure><img src="/files/STzkPcEVdTNHLOYPRXyv" alt="" width="484"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Account ID" %}
The ID of the Boomi Account that you want to connect with the Workspace.

<div align="left" data-with-frame="true"><figure><img src="/files/mQPuJ9oL2d4FNyNahQia" alt="" width="505"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Unless your are a Boomi Consultant you have only one Account.
{% endhint %}
{% endtab %}

{% tab title="API Token" %}
The *Platform API-Token* used to authenticate requests to the platform API.

<div align="left" data-with-frame="true"><figure><img src="/files/324uaYO9VnVU4jcmMQlZ" alt=""><figcaption></figcaption></figure></div>

You can consider the Token to be a password that is used for "technical" logins. I recommend naming a token after the application that uses it: *Boomi Console*. If you don't have a Token yet, create a new one - or ask your admin to do it for you!

{% hint style="info" %}
**Be aware**: Tokens cannot be revealed. Store your tokens in a safe place.
{% endhint %}
{% endtab %}
{% endtabs %}

{% content-ref url="/pages/072hhm327EuwRakqjQsR" %}
[Setup a Workspace](/boomi-console/installation/setup-a-workspace-and-connect.md)
{% endcontent-ref %}


---

# 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/boomi-console/installation/setup-a-workspace-and-connect/boomi-account-connection.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.
