# Tips for Deployment / Continuous Integration

You can - like any other Shopware plugin - super integrate our B2B-Suite into your deployment / CI/CD process.

The only thing you have to keep in mind is that we have the following 2 special aspects:

* in the *<mark style="color:green;">\[shopware-root]/var/</mark>* folder is the <mark style="color:green;">b2b-license.json</mark> file with the information about your license and the activated addons/features. You should create/copy this file. If it is not there, only the b2bsellerscore is installed and no addons are active.
* after building the storefront and the admin you also have to build the b2b-platform, our core. You do this simply with bin/console <mark style="color:green;">b2b:platform:build</mark>

To build the B2B platform you need NPM (see requirements) and a running Shopware installation. There are standalone build scripts that do not require a Shopware installation. These are currently not supported


---

# 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/3/developer-guides/tips-for-deployment-continuous-integration.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.
