# Mobile sales portal (app)

{% hint style="warning" %}
This feature is already included as source code in B2BsellersCore v1.0, but this is marked as BETA because the APP is currently under development. We are planning a release in Q2 2024. If you want to become a beta tester, contact us!
{% endhint %}

#### What can the mobile app do for Sales representatives? <a href="#what-can-the-mobile-app-do-for-sales-representatives" id="what-can-the-mobile-app-do-for-sales-representatives"></a>

Make it as easy as possible for your Sales representatives to use digital devices for order entry, quoting, or customer service.

Our app enables sales teams to place orders on the go on behalf of customers, fill customer shopping carts, view quotes and orders, and other useful features.

Be excited.

Contact by mail: <sales@b2b-sellers.com>

{% hint style="info" %}
The app will be available in the **iOS app store** as well as the **Android store**.

It is developed on [Flutter](https://flutter.dev/).
{% endhint %}

#### How to install the Addon? <a href="#how-to-install-the-addon" id="how-to-install-the-addon"></a>

It is easy to activate via the license settings. In some cases (e.g. if you have installed Shopware via Composer) you have to execute "composer install" in the addon itself, because here a QR Code Package is needed.

```
cd custom/plugins/b2bsellerscore
cd addons/B2bMobileSalesPortalApp/
composer install
```

{% hint style="info" %}
If you run "composer install" inside the B2BsellersCore, it will automatically install the packages inside the MobilesSalesPortalApp.
{% endhint %}


---

# 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.b2b-sellers.com/b2b-platform/user-documentation/using-b2bsellers-functionality-as-a-sales-representative/mobile-sales-portal-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.
