Advanced Menu Customization

Hai.,

I am working in shopware 5 template Integration.Now,I want to customize the Advanced Menu.
Please guide me How to Override the AdvancedMenu plugin file in custom theme Folder.
I mean that below directory file 
\engine\Shopware\Plugins\Default\Frontend\AdvancedMenu\Views\frontend\advanced_menu/index.tpl
into below
/htdocs/themes/Frontend/customtheme/frontend/plugins/advanced_menu
Thanks In Advance

–> Frontend Guides

Path should be  /themes/Frontend/customtheme/frontend/plugins/advanced_menu
Why do you have it in the htdocs directory?

Then create an index.tpl in this directory and override it like described here:
Frontend Guides