> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a new process definition

> The first step of defining your business process in the **FlowX Designer** is adding a new [process definition](../../building-blocks/process/process-definition) for it.

This should include at least one [START](../../building-blocks/node/start-end-node#start-node) and [END](../../building-blocks/node/start-end-node#end-node) node.

## Steps for creating a new process definition

To create a new **process definition**:

<Steps>
  <Step>
    Open **FLOWX Designer** and go to the **Definitions** tab.
  </Step>

  <Step>
    Click the **New process** button, using the **breadcrumbs** from the top-right corner.
  </Step>

  <Step>
    Enter a unique name for your process and click **Create**.
  </Step>

  <Step>
    You're automatically taken to the **FLOWX Designer** editor where you can start building your process.
  </Step>
</Steps>

![Creating a process definition](https://s3.eu-west-1.amazonaws.com/docx.flowx.ai/flowx-designer/process_flow_process_definition.gif)

In the following section, you will learn how to add a new node to your newly created process.


## Related topics

- [Renderer SDKs](/release-notes/v5.x/v5.0.0-july-2025/migrating-from-v4.7.x-to-5.0/renderers.md)
- [Prerequisites](/release-notes/v5.x/v5.0.0-july-2025/migrating-from-v4.7.x-to-5.0/prerequisites.md)
- [FlowX.AI 5.3.0 Release Notes](/release-notes/v5.x/v5.3.0-december-2025/v5.3.0-december-2025.md)
- [Deployment guidelines v4.6.0](/release-notes/v4.x/v4.6.x/v4.6.0-january-2025/deployment-guidelines-v4.6.0.md)
