# Create a workflow

You can create your own workflow from scratch using Copilot, or turn something you've already done into a reusable workflow. Copilot guides you through the process, so you don't need any technical setup to get started.

Here's how you can create a workflow:

{% embed url="<https://youtu.be/UFQFF_3uaqw>" %}

1. Go to Canvas or Copilot
2. Click the 'Workflows' button above the prompt bar
3. Click 'Build a workflow' at the bottom right of the gallery
4. Copilot will ask you a few questions about the kind of workflow you want to create
5. Follow the guided steps, and feel free to add your own context or custom instructions along the way
6. Copilot builds your workflow. Once ready, you can run it right away, or click the three-dot menu (···) to edit it, copy the link, or add it to favorites

You can also start from the dashboard by clicking '+ New workflow' under the Workflows tab in the sidebar.

Tip: You can also create a workflow from something you've already done. After completing a task in Copilot, type "Create a workflow from this" and Copilot will save it as a reusable workflow.

That's how you create a workflow on Morphic. Once it's ready, you can run it, edit it, or share it with your team.

If you have any trouble or have any questions, feel free to reach out. We're happy to help. Write to us at [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://morphic.com/docs/workflows/create-a-workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
