# Actions

The Actions tag allows you to add buttons and forms to your section.

```jsx
<Actions dataRef={content.actions} />
```

## Attributes

* **dataRef**: DataLocator - the data-element storing the Actions tag's configuration
* **className**: string (optional) - a hard-coded class name to add to the rendered element
* **enableForms**: boolean (optional) - when True, allows content authors to add forms (Default: True)
