[//]: # (title: Plugin Configuration File)
The following is a sample plugin configuration file.
This sample showcases and describes all elements that can be used in the plugin.xml file.
Additional information about configuring `` is available in the [Actions](basic_action_system.md#registering-actions) section in Part II.
Limited HTML elements are allowed within `` and `` elements.
However, content containing HTML elements must be surrounded by `` tags.
Allowed HTML elements include text formatting, paragraphs, and lists.
When using Gradle, a number of metadata elements will be provided at build time by [`patchPluginXml` task](gradle_guide.md#patching-the-plugin-configuration-file).
> Please make sure to follow the guidelines from [Plugin Overview page](https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html) for an optimal presentation of your plugin on JetBrains Marketplace.
>
> This webinar also discusses _5 tips for optimizing JetBrains Marketplace plugin page_
>
>
> See also [](marketing.md) about widgets and badges.
>
{type="tip"}
```xml
com.example.mypluginMy Framework Support1.0.0My Company
My
Framework.
Includes support for:
code completion
references
refactoring
]]>
Initial release of the plugin.com.intellij.modules.platformcom.example.third-party-plugincom.example.my-second-pluginmessages.MyPluginBundlecom.example.Component1Interfacecom.example.impl.Component1Implcom.example.Component2com.example.Component3
```