1. Get the archive with the plugin sources. You can download it from the [official site](https://mibew.org/plugins#mibew-advanced-button) or build the plugin from sources.
The plugin can be configured with values in "`<Mibewroot>`/configs/config.yml" file.
### config.mode
Type: `String`
Default: `visibility`
Specify a mode to hide the button after the start of the chat. Possible values: `visibility` (hide using `visibility` CSS property), `display` (hide using `display` CSS property), `none` (do nothing).
### config.submode
Type: `String`
Default: `inline-block`
Specify a value of the `display` CSS property for the visible button if mode was set to `display`.