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

# raiseHand()

Raises the hand of the local user. Other users in the room will be notified about the raised hand.

```javascript
sambaFrame.raiseHand();
```

Corresponding [handRaised](/reference/sdk/events/handraised.md) event will be emitted.

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

Have a custom toolbar in your integration and make user to be able to raise or lower hand from it.

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