docs/platform/workflow/create-a-workflow.mdx
A workflow defines how Novu delivers notifications for a specific event. It contains the steps, templates, and rules that control how messages are sent across channels.
You can create workflows in the Novu dashboard, using the Novu API or define them in code using the Novu Framework. This guide focuses on creating workflows in the Novu dashboard.
<Note> Workflows can only be created and managed in the development environment. Once created, workflows can be synced to other environments. To learn more, refer to [Environments](/platform/developer/environments#publishable-assets). </Note>You can create a Novu workflow in the following ways:
After creating the workflow, you’re redirected to the Workflow Editor, where you can configure the workflow and add steps.
</Tab> <Tab title="From template">Templates are pre-built workflows for common notification scenarios. They include pre-configured steps, sample content, and pre-filled workflow details that you can customize.
To create a workflow from a template:
<Steps> <Step title="Go to the Novu Dashboard"> Sign in at the [Novu Dashboard](https://dashboard.novu.co). </Step> <Step title="Navigate to Workflows"> Open **Workflows** from the left sidebar. </Step> <Step title="Access templates"> From the **Workflows** page, you can access templates in two ways: - Click the icon on the **Create workflow** button and select **From template**.  - Click **Explore templates**.  </Step> <Step title="Select a template"> Browse the template library and pick one that matches your use case. </Step> <Step title="Create the workflow"> Review the form, then click **Create workflow**. </Step> </Steps> </Tab> </Tabs>Once created, you can manage workflows from the Workflows page:
After creating a workflow, you can modify its configuration at any time from the workflow editor. This allows you to evolve notification logic without creating a new workflow.
Click on any workflow to open the workflow editor, where you can:
Duplicating a workflow lets you reuse an existing configuration as a starting point for a new workflow. This is useful when workflows share similar logic but differ in trigger identifiers, content, or steps.
<Steps> <Step title="Find the workflow"> Locate the workflow on the **Workflows** page. </Step> <Step title="Open the menu"> Click the three-dot menu (•••). </Step> <Step title="Select Duplicate workflow"> </Step> <Step title="Provide a new name and identifier">  </Step> <Step title="Confirm duplication">  </Step> </Steps>