> For the complete documentation index, see [llms.txt](https://enhancio.gitbook.io/reactflow-for-bubble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enhancio.gitbook.io/reactflow-for-bubble.io/element-reference/actions.md).

# Actions

The React Flow element provides the following actions that you can call from your Bubble app's workflow:

## Data Management

* [Load nodes and edges](/reactflow-for-bubble.io/element-reference/actions/load-nodes-and-edges.md) - Primary action for loading chart data
* [Clear graph](/reactflow-for-bubble.io/element-reference/actions/clear-graph.md) - Remove all nodes and edges
* [Export to JSON](/reactflow-for-bubble.io/element-reference/actions/export-to-json.md) - Export current chart data to JSON states

## View Controls

* [Fit view](/reactflow-for-bubble.io/element-reference/actions/fit-view.md) - Automatically fit all nodes in viewport
* [Zoom in](/reactflow-for-bubble.io/element-reference/actions/zoom-in.md) - Increase zoom level
* [Zoom out](/reactflow-for-bubble.io/element-reference/actions/zoom-out.md) - Decrease zoom level
* [Set zoom](/reactflow-for-bubble.io/element-reference/actions/set-zoom.md) - Set specific zoom level
* [Set center](/reactflow-for-bubble.io/element-reference/actions/set-center.md) - Pan to specific coordinates

## Layout

* [Auto layout](/reactflow-for-bubble.io/element-reference/actions/auto-layout.md) - Apply automatic layout to existing nodes
