> For the complete documentation index, see [llms.txt](https://docs.blockbrain.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockbrain.ai/for-users/account-setup.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.blockbrain.ai/for-users/account-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
