# Developer Guides

- [First Steps](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps.md)
- [Getting Started](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/getting-started.md): Helpful advice and an introduction to first time developers of the B2Bsellers Suite
- [Concept of Extensions](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/concept-of-extensions.md)
- [Dockware Setup (Docker)](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/dockware-setup-docker.md)
- [How to start the b2b-platform vue.js watcher](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/how-to-start-the-b2b-platform-vue.js-watcher.md)
- [How to build the b2b-platform (vue.js)](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/how-to-build-the-b2b-platform-vue.js.md)
- [Protection of the Store-API](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/protection-of-the-store-api.md)
- [How to develop your first extensions](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/how-to-develop-your-own-extensions.md)
- [CLI-Commands](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/cli-commands.md): all available command are listed over bin/console and prefix b2b:
- [Migration of existing Shopware Customers](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/cli-commands/migration.md)
- [Cronjobs](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/cronjobs.md)
- [Development Helpers](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/development-helpers.md)
- [Example Plugins](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/first-steps/example-plugins.md)
- [Smart developer helpers](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/b2bsellers-core-plugin.md)
- [B2bPlatformContext](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/b2bsellers-core-plugin/b2bplatformcontext.md)
- [B2bContextTrait](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/b2bsellers-core-plugin/b2bcontexttrait.md)
- [EmployeePermissionTrait](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/b2bsellers-core-plugin/employeepermissiontrait.md)
- [B2B Body Classes](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/b2bsellers-core-plugin/b2b-body-classes.md)
- [UseCustomer URL Parameter](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/b2bsellers-core-plugin/usecustomer-url-parameter.md)
- [Useful Vue.js Components for the B2B Platform](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/b2bsellers-core-plugin/vue.js-b2b-platform.md)
- [Useful Storefront Shopping World Elements](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/b2bsellers-core-plugin/storefront.md)
- [How to import external orders and offers?](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/b2bsellers-core-plugin/integration-of-erp-orders-to-shopware-6.md)
- [How to's](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/how-tos.md)
- [Using B2Bsellers Suite with Shopware frontends](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/how-tos/using-b2bsellers-suite-with-shopware-frontends.md): In this article, you'll learn how to integrate B2Bsellers Suite with Shopware frontends to create a fully customizable e-commerce platform. The combination of these tools allows you to take advantage
- [Guides for ERP-Interface](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/guides-for-erp-interface.md)
- [Overview - Full integrated ERP-Systems](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/guides-for-erp-interface/overview-full-integrated-erp-systems.md)
- [Integration of ERP orders to Shopware 6](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/guides-for-erp-interface/integration-of-erp-orders-to-shopware-6.md)
- [Integration Customers and Employees from ERP](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/guides-for-erp-interface/integration-customers-and-employees-from-erp.md)
- [Tips for Deployment / Continuous Integration](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/tips-for-deployment-continuous-integration.md)
- [Typical errors](https://docs.b2b-sellers.com/b2b-platform/1/developer-guides/typical-errors.md): This page should help developers to easily solve and explain typical bugs we have noticed or had ourselves.


---

# 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/1/developer-guides.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.
