# Download and Login Mobile App

Get the Blockbrain Nexus mobile app on your smartphone. Choose the appropriate link based on your device type (iOS or Android) and follow the standard installation process.

{% hint style="info" %}
For now, the Blockbrain app is meant to easily collect information on the go. If you'd like to use the knowledge bots, please follow the app process in the page [above](/mobile-app/save-knowledge-bots-as-an-app.md).
{% endhint %}

## Download and install the App <a href="#step-1-download-and-install-the-app" id="step-1-download-and-install-the-app"></a>

* For iPhone (iOS) users: [Download from App Store](https://apps.apple.com/de/app/blockbrain-nexus/id6479838075?l=en-GB)​
* For Android (Android) users: [Download from Google Play](https://play.google.com/store/apps/details?id=com.blockbrain.kbot)

***

### What You Need

Before logging in to the mobile app, you need your company domain (tenant domain). This ensures you access the correct organization workspace.

### Finding Your Company Domain

Your company domain can be found in:

1. Invitation Email: When your administrator invited you, the email included your unique domain URL (e.g., [companyname.kb.theblockbrain.ai](http://companyname.kb.theblockbrain.ai))\ <br>
2. Web Browser URL: If you already access Knowledge Bots via web browser:

* Open the platform in your browser
* Look at the address bar at the top of your browser
* Your domain is visible in the URL (e.g., <https://companyname.kb.theblockbrain.ai/>)

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

### Mobile App Login Process

#### Step 1: Enter Company Domain

1. Open the Knowledge Bots mobile app
2. On the first screen, you'll see "Company Name Selection"
3. Enter your company domain (e.g., int.kb.theblockbrain.ai)
4. Tap “Go to Sign In”

<figure><img src="/files/PiuoRGkg9aIL9aCyGBxA" alt="" width="188"><figcaption></figcaption></figure>

#### Step 2: Login with Credentials

1. After entering the correct domain, you'll be redirected to the login screen
2. Enter your email address
3. Enter your password
4. Tap Login

### Troubleshooting

Can't find your domain?

* Check your invitation email from <auth@theblockbrain.io>
* Contact your organization's administrator
* Look for the Email Suffix in your invitation (this is typically your domain)

💡 Note: Unlike the previous login flow, the mobile app now requires the domain first to ensure you're accessing the correct organization workspace.

<br>


---

# 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/mobile-app/download-and-login-mobile-app.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.
