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

# showTopbar()

Shows the application topbar.

```javascript
sambaFrame.showTopbar();
```

**Sample use cases**:&#x20;

* You may want to show/hide the topbar conditionally based on your integration logic

{% hint style="info" %}
**showTopbar** is often used in conjunction with the [hideTopbar](/reference/sdk/methods/hidetopbar.md) method.
{% endhint %}
