# Support

Our support team is dedicated to helping you resolve issues related to plugins developed by B2Bsellers. For general Shopware inquiries, please consult [Shopware’s official support channels](https://www.google.com/search?q=https://www.shopware.com/en/support/).

Support is available for both Purchase and Rental license holders.

## Getting Help

To reach our technical team, you can:

* Open a Ticket: [B2Bsellers Support Portal](https://account.b2b-sellers.app/support/list)
* Email: <support@b2b-sellers.com>

Note on Supported Versions: We recommend staying updated to the latest release. Older versions are eventually phased out.&#x20;

{% content-ref url="/pages/K4V5bxhNGjz9f5KKAmKk" %}
[Support & Release Strategy](/b2b-platform/product-tour/support-and-release-strategy.md)
{% endcontent-ref %}

## Before You Submit a Ticket

To resolve your issue faster, please try the following troubleshooting steps:

1. Update: Ensure you are running the latest version of B2Bsellers compatible with your Shopware version.
2. Requirements: Confirm your server meets the (PHP, MySQL, Node.js).
3. Clear Cache & Rebuild: Run the following via CLI:
   * Administration: `./bin/build-administration.sh`
   * Storefront: `./bin/build-storefront.sh`&#x20;
   * B2B Platform:  `bin/console b2b:platform:build`
   * Cache: `bin/console cache:clear`&#x20;

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

### Creating an Efficient Support Request

Providing detailed information in your initial ticket helps us assist you much faster. Please include:

**The Essentials**

* Version Info: Specify your exact Shopware and B2Bsellers versions.
* Recent Changes: Note if you have recently upgraded either system.
* Reproduction: List the exact steps needed to trigger the bug.

**Conflict Testing**

* Disable other plugins: Check if the bug persists when only B2Bsellers is active. If the error disappears, the conflict likely lies with another plugin; please contact that developer first.

**Developer Access**

If you are linking to a development or staging store, please provide:

* Directory protection (htaccess) credentials.
* Admin, SSH/FTP, and Database access.

**Technical Logs**

* Screenshots & Recordings: Visuals are highly effective. If recording a video, please keep the browser console open.
* Console Data: Press `F12` (or `Ctrl+Shift+I`), go to the Network tab, and reload the page. Look for red (failed) POST/GET requests. Copy the content from the Response tab into the ticket.

<figure><img src="/files/Ys1HgTp73dd5kDjP5Ve2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xRv6zOHKSaos7HVnIVBE" alt=""><figcaption></figcaption></figure>

## Data Protection & Compliance

Important: To comply with data protection laws, we cannot access systems containing live customer data without a signed Data Processing Agreement (DPA).

If your staging or live system contains real user data, please request a DPA here before providing access: [Request DPA](https://account.b2b-sellers.app/support/create?action=Bug)


---

# 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/support.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.
