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

# showToolbar()

Shows the application toolbar.

```javascript
sambaFrame.showToolbar();
```

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

* You may want to hide the toolbar when user's cursor is outside the iframe and show the toolbar again when user's cursor is hovering over the iframe.
* If you have a picture-in-picture mode in your application, then you may want to hide the toolbar when you go into picture-in-picture and show the toolbar after you exit the picture-in-picture.

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