> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/workflows/run-a-workflow.md).

# Run a workflow

Pick any workflow from the gallery and run it in just a few steps. You can find and run workflows from the Workflows button above the prompt bar on Canvas or Copilot, or from the Workflows tab in the dashboard. Each workflow guides you step by step, so you always know exactly what to do next.

Here's how you can run a workflow:

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

1. Open Workflows from Canvas, Copilot, or the dashboard
2. Browse, search, or filter workflows from the gallery
3. Click 'Run workflow'
4. Follow the steps and provide any required inputs (upload assets, select preferences, etc.)
5. Once all steps are complete, the workflow runs and generates your output

That's how you run a workflow on Morphic. Want to build your own? Learn how to create a workflow.

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/run-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.
