AI prompts
base on Shopware 6 is an open commerce platform based on Symfony Framework and Vue and supported by a worldwide community and more than 1.500 community extensions <div align="center">
[![Build Status](https://github.com/shopware/shopware/actions/workflows/02-unit.yml/badge.svg)](https://github.com/shopware/shopware/actions/workflows/02-unit.yml)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/shopware/platform/badges/quality-score.png)](https://scrutinizer-ci.com/g/shopware/platform/)
[![Latest Stable Version](https://poser.pugx.org/shopware/platform/v/stable)](https://packagist.org/packages/shopware/platform)
[![Total Downloads](https://poser.pugx.org/shopware/platform/downloads)](https://packagist.org/packages/shopware/platform)
[![Crowdin](https://badges.crowdin.net/shopware6/localized.svg)](https://translate.shopware.com/project/shopware6)
[![License](https://img.shields.io/github/license/shopware/shopware.svg)](https://github.com/shopware/shopware/blob/trunk/LICENSE)
[![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/shopware/shopware.svg)](https://github.com/shopware/shopware/pulls)
[![Slack](https://img.shields.io/badge/chat-on%20slack-%23ECB22E)](https://slack.shopware.com?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
</div>
<p align="center">
<a href="https://shopware.com" target="_blank" rel="noopener noreferrer">
<img width="250" src="https://images.ctfassets.net/nqzs8zsepqpi/34zKqvPxTYtsQppJpgC9It/3b6901d9ba7082d5b4081d7171b268bf/composable-customer-experience-illustration.png" alt="Shopware logo surrounded with images of people and screenshots of Shopware">
</a>
</p>
<h1 align="center">Shopware</h1>
<p align="center"><strong>Modern open source e-Commerce</strong>
Shopware 6 is an open headless commerce platform powered by [Symfony 7](https://symfony.com) and [Vue.js 3](https://vuejs.org) that is used by thousands of shops and supported by a huge, [worldwide community](https://slack.shopware.com) of developers, agencies and merchants.
If you like Shopware 6, give us a ⭐️ on GitHub!
* 🙋♂️ [Be part of shopware!](https://www.shopware.com/en/jobs/) We are hiring! 🙋
* 🌎 Discover our [website](https://www.shopware.com/en/)
* 🧩 Browse more than [5,200 extensions](https://store.shopware.com) in our community store
* 📖 Learn how to [develop extensions](https://developer.shopware.com) and everything else about the tech behind Shopware
* 🉐 [Translate](https://translate.shopware.com) Shopware or help by contributing to existing languages
* 🛠 [Report bugs](https://github.com/shopware/shopware/issues) in our issue tracker
* 💡 Give us [feedback](https://feedback.shopware.com/) or vote existing ideas
* 👪 Exchange with more than 9.000 shopware developers in our [Slack community workspace](https://slack.shopware.com)
* 🗨 Help and get helped on [Stack Overflow](https://stackoverflow.com/questions/tagged/shopware6?tab=Newest) or in our [Community forum](https://forum.shopware.com/)
## Table of contents
- [Table of contents](#table-of-contents)
- [Project overview](#project-overview)
- [Platform and Framework](#platform-and-framework)
- [Installation](#installation)
- [Extending Shopware](#extending-shopware)
- [Production setup](#production-setup)
- [Code Contribution](#code-contribution)
- [Contribution setup](#contribution-setup)
- [The Shopware CLA](#the-shopware-cla)
- [Authors \& Contributors](#authors--contributors)
- [License](#license)
- [Bugs \& Feedback](#bugs--feedback)
- [Reporting security issues](#reporting-security-issues)
## Project overview
To discover the features of Shopware and what sets us apart from other e-commerce systems, take the [feature tour](https://www.shopware.com/en/products/product-tour/) on the Shopware home page.
From a developer's perspective, here are some highlights that make Shopware easy and fun to work with:
### Platform and Framework
Shopware itself is based mainly on [Symfony](https://symfony.com/what-is-symfony) and [Vue.js](https://vuejs.org/).
It is a fully functional e-commerce platform, but it is also an **e-commerce framework**.
Shopware is:
- a ready-to-use [shopping cart system](https://docs.shopware.com/en/shopware-6-en/getting-started).
- a vendor dependency in your [flex project](https://developer.shopware.com/docs/guides/installation/template).
- [API-first](https://developer.shopware.com/docs/guides/integrations-api).
- [extensible through plugins](https://developer.shopware.com/docs/guides/plugins/plugins/plugin-base-guide):
- Harness the full power of Symfony by creating bundles and loading them as part of the application.
- [extensible through apps](https://developer.shopware.com/docs/guides/plugins/apps/app-base-guide):
- A modern, lightweight but powerful way to add functionality, requiring very little Shopware-specific knowledge.
- headless if you need it to be.
## Installation
### Extending Shopware
There are already a lot of extensions available in the [Shopware store](https://store.shopware.com/).
After setting up [Shopware locally for development](https://developer.shopware.com/docs/guides/installation), you can start with our extension guides in the documentation.
The preferred way of extending Shopware is through the [App System](https://developer.shopware.com/docs/guides/plugins/apps/app-base-guide).
If the feature you want to implement needs direct access to the Shopware process and the database, you can also use the [plugin system](https://developer.shopware.com/docs/guides/plugins/plugins/plugin-base-guide).
You can find an [overview and differentiation in the documentation](https://developer.shopware.com/docs/concepts/extensions).
### Production setup
The easiest way to run a Shopware shop is booking a commercial plan in the [Shopware cloud](https://www.shopware.com/en/shopware-cloud/), a fully managed setup, ready to use.
The recommended way for on-premise shops is installing Shopware [through the flex template](https://developer.shopware.com/docs/guides/installation/template).
To unlock the full potential Shopware has to offer, [commercial plans](https://www.shopware.com/en/pricing/) are also available for on-premise.
These plans enrich your shop with unique functionality, giving you an additional advantage over your competition.
There is a list of [hosting partners](https://www.shopware.com/en/partner/hosting/), who offer a pre-installed shop, making your start a lot faster.
We also provide a [web-based installer](https://www.shopware.com/en/download/), the [documentation](https://docs.shopware.com/en/shopware-6-en/first-steps/installing-shopware-6?category=shopware-6-en/getting-started) walks you through the necessary steps.
### Code Contribution
If you have decided to contribute code to Shopware and become a member of the Shopware community,
we appreciate your hard work and want to handle it with the most possible respect.
To ensure the quality of our code and our products we have created a guideline we all should endorse to.
It helps you and us to collaborate.
Following these guidelines will help us to integrate your changes in our daily workflow.
Read more in [our contribution guideline](https://docs.shopware.com/en/shopware-platform-dev-en/contribution/contribution-guideline) or in our short [HowTo contribute code](https://docs.shopware.com/en/shopware-platform-dev-en/contribution/contributing-code).
#### Contribution setup
There are multiple ways to get an installation running, the way with the fewest steps involved is using the docker image from [dockware](https://dockware.io/),
a community maintained docker setup by the Shopware agency [dasistweb](https://www.dasistweb.de/en/).
More on this in the [documentation](https://developer.shopware.com/docs/guides/installation/community/dockware.html).
## The Shopware CLA
When submitting your code to Shopware you automatically need to sign our CLA (Contributor License Agreement).
This CLA ensures that Shopware will stay an open and living product.
In short, you give the explicit right to use your code in Shopware to shopware AG.
## Authors & Contributors
Shopware is built with the help of our community.
You can find an overview of everyone who contributed to the platform repository in the [official GitHub overview](https://github.com/shopware/shopware/graphs/contributors).
Additionally, there are numerous people contributing to the ecosystem through activities not related to the codebase.
Thank you all for being part of this!
## License
Shopware 6 is completely free and released under the [MIT License](LICENSE).
## Bugs & Feedback
No software is perfect, Shopware is no exception.
Should you spot a bug, please report it in our [issue tracker](https://github.com/shopware/shopware/issues).
If you want to suggest features or how certain parts of Shopware 6 work, we'd be happy to [hear from you](https://feedback.shopware.com/).
## Reporting security issues
Please have a look at our [security policy](SECURITY.md).
", Assign "at most 3 tags" to the expected json: {"id":"3299","tags":[]} "only from the tags list I provide: [{"id":77,"name":"3d"},{"id":89,"name":"agent"},{"id":17,"name":"ai"},{"id":54,"name":"algorithm"},{"id":24,"name":"api"},{"id":44,"name":"authentication"},{"id":3,"name":"aws"},{"id":27,"name":"backend"},{"id":60,"name":"benchmark"},{"id":72,"name":"best-practices"},{"id":39,"name":"bitcoin"},{"id":37,"name":"blockchain"},{"id":1,"name":"blog"},{"id":45,"name":"bundler"},{"id":58,"name":"cache"},{"id":21,"name":"chat"},{"id":49,"name":"cicd"},{"id":4,"name":"cli"},{"id":64,"name":"cloud-native"},{"id":48,"name":"cms"},{"id":61,"name":"compiler"},{"id":68,"name":"containerization"},{"id":92,"name":"crm"},{"id":34,"name":"data"},{"id":47,"name":"database"},{"id":8,"name":"declarative-gui "},{"id":9,"name":"deploy-tool"},{"id":53,"name":"desktop-app"},{"id":6,"name":"dev-exp-lib"},{"id":59,"name":"dev-tool"},{"id":13,"name":"ecommerce"},{"id":26,"name":"editor"},{"id":66,"name":"emulator"},{"id":62,"name":"filesystem"},{"id":80,"name":"finance"},{"id":15,"name":"firmware"},{"id":73,"name":"for-fun"},{"id":2,"name":"framework"},{"id":11,"name":"frontend"},{"id":22,"name":"game"},{"id":81,"name":"game-engine "},{"id":23,"name":"graphql"},{"id":84,"name":"gui"},{"id":91,"name":"http"},{"id":5,"name":"http-client"},{"id":51,"name":"iac"},{"id":30,"name":"ide"},{"id":78,"name":"iot"},{"id":40,"name":"json"},{"id":83,"name":"julian"},{"id":38,"name":"k8s"},{"id":31,"name":"language"},{"id":10,"name":"learning-resource"},{"id":33,"name":"lib"},{"id":41,"name":"linter"},{"id":28,"name":"lms"},{"id":16,"name":"logging"},{"id":76,"name":"low-code"},{"id":90,"name":"message-queue"},{"id":42,"name":"mobile-app"},{"id":18,"name":"monitoring"},{"id":36,"name":"networking"},{"id":7,"name":"node-version"},{"id":55,"name":"nosql"},{"id":57,"name":"observability"},{"id":46,"name":"orm"},{"id":52,"name":"os"},{"id":14,"name":"parser"},{"id":74,"name":"react"},{"id":82,"name":"real-time"},{"id":56,"name":"robot"},{"id":65,"name":"runtime"},{"id":32,"name":"sdk"},{"id":71,"name":"search"},{"id":63,"name":"secrets"},{"id":25,"name":"security"},{"id":85,"name":"server"},{"id":86,"name":"serverless"},{"id":70,"name":"storage"},{"id":75,"name":"system-design"},{"id":79,"name":"terminal"},{"id":29,"name":"testing"},{"id":12,"name":"ui"},{"id":50,"name":"ux"},{"id":88,"name":"video"},{"id":20,"name":"web-app"},{"id":35,"name":"web-server"},{"id":43,"name":"webassembly"},{"id":69,"name":"workflow"},{"id":87,"name":"yaml"}]" returns me the "expected json"