> For the complete documentation index, see [llms.txt](https://docs.b2b-sellers.com/b2b-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2b-sellers.com/b2b-platform/developer-guide/how-to.md).

# How-To

- [Migrate customers](https://docs.b2b-sellers.com/b2b-platform/developer-guide/how-to/migrate-customers.md)
- [Shopware Frontends Integration](https://docs.b2b-sellers.com/b2b-platform/developer-guide/how-to/shopware-frontends-integration.md): Integrating the B2Bsellers Suite with Shopware Frontends (Composable Frontends) allows you to build highly tailored, high-performance B2B storefronts using a modern headless stack.
- [Customizing Subscription Intervals](https://docs.b2b-sellers.com/b2b-platform/developer-guide/how-to/customizing-subscription-intervals.md)
- [Extending the B2B Platform](https://docs.b2b-sellers.com/b2b-platform/developer-guide/how-to/extending-the-b2b-platform.md)
- [Displaying Event Participant Data](https://docs.b2b-sellers.com/b2b-platform/developer-guide/how-to/displaying-event-participant-data.md)
- [Import Orders and Offers](https://docs.b2b-sellers.com/b2b-platform/developer-guide/how-to/integration-of-erp-orders-to-shopware-6.md)
- [ERP Integration](https://docs.b2b-sellers.com/b2b-platform/developer-guide/how-to/guides-for-erp-interface.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/how-to.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.
