> For the complete documentation index, see [llms.txt](https://jolzee.gitbook.io/leopard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jolzee.gitbook.io/leopard/components/emergency-button.md).

# Emergency Button

{% hint style="info" %}
You must add the output parameter to your greeting for the emergency button to display.
{% endhint %}

<div align="left"><img src="/files/-M38qbqfKuw5WziCK3Bi" alt=""></div>

### Output Parameter

```javascript
emergency = 
{
  "icon"    : "bell-ring", // mdi icon name
  "color"   : "red", // optional
  "payload" : "&command=CMD_911" // no user input sent back but rather ctx params
}
```

`icon` is a [mdi icon](https://materialdesignicons.com/) name \
`payload` can contain any request parameters sent back to Teneo once the button is clicked
