> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/over-visual-scripting-legacy/nodes/flow/other-events/button-clicked.md).

# Button Clicked

### Description

This [OverNode](/over-sdk-manual/over-visual-scripting-legacy/visual-scripting-essentials/overnode.md) allows for the implementation of Button-click based events inside the Graph.

A GameObject containing a UI `Button` must be provided in order to register the `onCLick` event. Once the button is clicked, the nodes following will be executed.

<figure><img src="https://content.gitbook.com/content/6xdubHTzJACGqFIM7yJy/blobs/VjzGRu915CdyGncs1TZt/button_click.png" alt=""><figcaption></figcaption></figure>
