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

# About the Workflow Designer

The Workflow Designer is a powerful process and form modeling web application intended for use with your Collibra platform.

The Workflow Designer is available on regional GCP and AWS clouds, including gov-cloud environments for eligible customers.

All of your Collibra environments share a Workflow Designer. For example, if you have 3 Collibra environments, all 3 environments would use the same Workflow Designer.

When you publish a workflow from a Workflow Designer that is shared between multiple environments, the workflow is published to the environment you used to access the Workflow Designer.

{% hint style="info" %}
If you have multiple Collibra production environments, and require more than one Workflow Designer, contact your Collibra Account Team or [Collibra Support](https://support.collibra.com).
{% endhint %}


---

# 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://developer.collibra.com/workflows/about-the-workflow-designer.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.
