# JS functions to show/hide

### Display/Opening the chat widget

You can use the following snippet to hide the chat widget;

```
supporthunt.showbot(); 
```

### Hiding/Minimising the chat widget

You can use the following snippet to hide the chat widget;&#x20;

```
supporthunt.hidebot();
```
