> ## 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.AI Designer is adding a new 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

<Card title="What's a proces definition?" icon="circle-question" href="/4.0/docs/building-blocks/process/process-definition">
  <br />

  A process definition is the core building block of the platform, serving as the blueprint of a business process composed of nodes linked by sequences. Once defined and published on the platform, a process can be executed, monitored, and optimized. Starting a business process results in the creation of a new instance of this definition.
</Card>

To create a new **process definition**:

<Steps>
  <Step>
    Open **FlowX.AI 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.AI Process Designer** editor where you can start building your process.
  </Step>
</Steps>

<Frame>
  ![Creating a process definition](https://s3.eu-west-1.amazonaws.com/docx.flowx.ai/release40/mapf_new_def.gif)
</Frame>

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.1.x-lts/v5.1.0-october-2025/migrating-from-v4.7.x-to-5.1/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)
