# Installation

{% embed url="<https://www.youtube.com/watch?v=R_d9gIZ0_q4>" %}

## Prerequisites & General Notes

Before proceeding, ensure your environment meets the requirements.

* User Accounts: Familiarize yourself with how the suite distinguishes between standard Customers, B2B Employees, and Sales Agents.
* Important: We strongly recommend installation via CLI (Composer/SSH) rather than the Shopware Administration to prevent timeout errors.

{% content-ref url="/pages/aMAEpDqV4hFTfeHQr9VY" %}
[Requirements](/b2b-platform/user-guide/setup/requirements.md)
{% endcontent-ref %}

***

## Installation Methods

### Installation via Composer (Recommended)

To access our private repository, request your credentials from <support@b2b-sellers.com>.

1. Configure Repository: Add the custom repository to your `composer.json` and enter your auth token as described in your Private Packagist portal.
2. Require Package

   ```bash
   composer require b2b-sellers/core
   ```
3. Install

   ```bash
   bin/console plugin:refresh
   bin/console plugin:install -ac b2bsellerscore
   bin/console cache:clear
   ```

### Installation via ZIP File

Download the latest version from the [B2Bsellers Account Portal](https://account.b2b-sellers.app/).

* Via Shopware Admin: Upload the ZIP in Extensions > My Extensions, then click Install & Activate.
* Via SSH&#x20;
  * Extract the ZIP to `custom/plugins/b2bsellerscore`.&#x20;
  * Run Step 3 from the composer installation


---

# 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-guide/setup/install.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.
