> 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/hidetopbar.md).

# hideTopbar()

Hides the application topbar completely.

```javascript
sambaFrame.hideTopbar();
```

**Sample use case**: \
You want to show/hide conditionally the topbar - e.g. you may not want to see the topbar at all.

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