# Component Actions

The easiest way to add an *ActionGraph* to your scene is through the Actions Invoker component. Just click Add Component on an object, then you can find it under Actions.


![Available actions in an Actions Invoker component.](https://cdn.sbox.game/doc/systems/actiongraph/images/available-actions-in-an-actions-invoker-component.png)You can also find action properties in a few other built-in components, like *Colliders* when *Is Trigger* is checked.


![Trigger actions in a Collider.](https://cdn.sbox.game/doc/systems/actiongraph/images/trigger-actions-in-a-collider.png)

Each of these start out with an "Empty Action". Simply click on any of those to create a new ActionGraph and start editing it!


![First thing you'll see when opening a new action graph.](https://cdn.sbox.game/doc/systems/actiongraph/images/first-thing-you-ll-see-when-opening-a-new-action-graph.png)

## Next Steps

Take a look at the [Intro to ActionGraphs](/dev/doc/systems/actiongraph/intro-to-actiongraphs) guide to learn how to edit your new graph.
