# CLI Commands

- [Development commands](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/development-commands.md)
- [Build the B2B Platform](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/development-commands/build-the-b2b-platform.md): Builds the B2B platform frontend for production deployment.
- [Watcher for the B2B Platform](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/development-commands/watcher-for-the-b2b-platform.md): Runs the B2B platform in development watch mode with hot module replacement.
- [Addon Management commands](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/addon-management-commands.md)
- [Activate Addons](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/addon-management-commands/activate-addons.md): Activates one or more B2Bsellers Suite addons.
- [Deactivate Addons](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/addon-management-commands/deactivate-addons.md): Deactivates one or more B2Bsellers Suite addons.
- [List Addons](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/addon-management-commands/list-addons.md): Displays all available addons and their activation status.
- [Data Management commands](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/data-management-commands.md)
- [Map Entities](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/data-management-commands/map-entities.md): Maps customer-specific price entities from human-readable identifiers to UUIDs.
- [Clean expired customer prices](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/data-management-commands/clean-expired-customer-prices.md): Removes customer-specific prices that have exceeded their validity period.
- [Customer Migration commands](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/customer-migration-commands.md)
- [Migrate existing customers](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/customer-migration-commands/migration.md): Interactive migration tool to convert regular Shopware customers to B2B customers.
- [Create first employee for Customer](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/customer-migration-commands/create-first-employee-for-customer.md): Creates an admin employee for B2B customers who don't have one.
- [Reset Customer](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/customer-migration-commands/reset-customer.md): Removes all B2B-related data from customers and deletes all employees.
- [Setup & Configuration commands](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/setup-and-configuration-commands.md)
- [Rebuild platform menu](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/setup-and-configuration-commands/rebuild-platform-menu.md): Rebuilds the B2B platform menu to factory defaults.
- [Migrate custom fields](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/setup-and-configuration-commands/migrate-custom-fields.md): Reinstalls all B2B-related custom field definitions.
- [Reinstall mail templates](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/setup-and-configuration-commands/reinstall-mail-templates.md): Reinstalls mail templates for all activated B2B addons.
- [Demo Data commands](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/demo-data-commands.md)
- [Install demo data plugin](https://docs.b2b-sellers.com/b2b-platform/developer-guide/cli-commands/demo-data-commands/install-demo-data-plugin.md): Downloads and installs the B2bDemodata plugin from GitHub.


---

# 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/developer-guide/cli-commands.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.
