# Workflow Builder Development Mode

The Workflow Builder development mode allows you to see hidden details about the nodes and connections in the Workflow Editor. This mode is particularly useful for developers who are creating custom data types and actions for the Workflow Editor.

## Enabling Development Mode

To enable the development mode, follow these steps:

1. Click on the “3 dots” menu at the top right corner of the Workflow Editor.
2. Enable the “Development Mode” option from the dropdown menu.

![Development Mode](../../images/developer-mode-menu-option.png)

## Viewing Node Details

Once the development mode is enabled, you can view the details of each node by clicking on the node. This action will display a panel with the node’s properties, allowing you to inspect and modify various aspects of the node.

![Node Details](../../images/developer-mode-node-details.png)
