# 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](https://docs.digitalsamba.com/reference/sdk/methods/hidetopbar) method.
{% endhint %}
