# Account Setup

## Azure Login

If your company has linked our system with Azure, you can login directly using your Microsoft Azure company account. No extra steps needed.

<figure><img src="/files/LTQI8yRxmGokkD1NmQsq" alt=""><figcaption><p>Login with Microsoft Azure Company Account</p></figcaption></figure>

## Activate Account

You'll receive an email with an activation link and initialization code to finish your account setup.

Please ensure the authenticity of the email by verifying it originates from *<auth@theblockbrain.io>*.

<figure><img src="/files/BUvrtl0sAzC9fWUkK0ZZ" alt=""><figcaption><p>Account Activation Email</p></figcaption></figure>

**Received an Invitation?** If you've been invited by your organization's administrator, you'll receive a unique domain URL (e.g., `Company.kb.theblockbrain.ai`) along with your invitation. Use this URL to access the platform directly.

## Language Settings

You can display the Knowledge-Bots Platform interface in either German or English.

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

To change the language:

1. Click on the **Profile tab** in the navigation
2. Select your preferred option under "Language":
   * German
   * English
3. The change takes effect immediately


---

# 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://docs.en.theblockbrain.ai/for-users/account-setup.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.
