> 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/designing-workflows/processes/create-a-new-process.md).

# Create a new process

You can create a new process model manually in the Workflow Designer.

## Steps

![](/files/jDjaAHmoN18o5SVES7dM)

{% stepper %}
{% step %}
In your app, click the <img src="/files/1eDlBUrDd2oqnJuF4w1i" alt="Add icon" data-size="line"> **Create** button → **Process** or use the **Actions** section of the search bar.
{% endstep %}

{% step %}
Enter the required information.

| Field         | Description                                                                                                                                                                                                                                                |
| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name          | The name of the new model.                                                                                                                                                                                                                                 |
| Key           | <p>A technical identifier used to refer to the process on a technical level.</p><div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p>Review and confirm any ramifications before updating the model key.</p></div>  |
| Description   | The purpose of the model.                                                                                                                                                                                                                                  |
| Tags          | <p>A label for the model, to help categorize the model in your platform.</p><div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p>Adding identifying tags to your model improves your search capabilities.</p></div> |
| {% endstep %} |                                                                                                                                                                                                                                                            |

{% step %}
Click **Create**.
{% endstep %}
{% endstepper %}

<i class="fa-chevrons-right">:chevrons-right:</i> Your newly created model appears in the list of models of the app.

After you have created a new process, you are redirected to the process editor where you can start modeling it.


---

# 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/designing-workflows/processes/create-a-new-process.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.
