--- title: Plugin Configuration File - plugin.xml --- 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](/basics/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. ```xml Vss Integration com.jetbrains.vssintegration Integrates Volume Snapshot Service W10 Initial release of the plugin. 1.0.0 A Company Inc. com.intellij.modules.platform com.third.party.plugin com.MySecondPlugin messages.MyPluginBundle com.foo.Component1Interface com.foo.impl.Component1Impl com.foo.Component2 com.foo.Component3 ```