> For the complete documentation index, see [llms.txt](https://developer.unstack.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.unstack.com/docs/tags/actions.md).

# 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)
