> 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.md).

# Processes

Collibra Platform uses the Business Process Model and Notation (BPMN) standard for process modeling. BPMN provides a graphical notation for specifying business processes.

To navigate to the process view page, in your workspace go to the **Models** page and filter the view to show only processes instead of all models.

## Page overview

The landing page shows a list of the existing processes.

![](/files/rehFVrEJNuKt9D75ICRG)

From the process view you can:

* See all of the processes associated with a workspace.
* Go to the process editor by selecting one of the existing processes.
* Search for a process by name and tag.
* Change the pagination and sorting.
* Change the display of process to either a list or tiles.

For more details refer to the [Models](/workflows/designing-workflows/models.md) section.


---

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