Create a backend button

Hi,

I want to create a new custom button in shopware backend. We are working with shopware6. Can anyone provide some basic idea about how to create new custom button in shopware backend?

Thanks

You have to create a plugin that extends the backend. There you have so extend the template in which your button should show up. The easiest way to find the template is the Shopware 6 repository on GitHub.