> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/reference/sdk/methods/hidetoolbar.md).

# hideToolbar()

Hides the application toolbar completely.

```javascript
sambaFrame.hideToolbar();
```

**Sample use case**: \
Have a completely custom toolbar in your integration and you don't want the user to see the default Digital Samba toolbar inside the room.

{% hint style="info" %}
Often used in conjunction with the [showToolbar](/reference/sdk/methods/showtoolbar.md) method.
{% endhint %}
