# Configuring processes

In Unifize, a process defines the structure and flow of how work is done—what fields need to be captured, who’s involved, and what stages records go through. This guide explains how to create a new process, edit an existing one, and configure default participants and owners.

***

### Creating a New Process

To create a new process using the UI:

1. From the left-hand Navbar, click **Manage**.
2. In the top-right corner, click ‘**+ New Process Template’** to open the process creation panel.
3. **Fill in Process Details**
   * **Process Name** – Add a clear, descriptive name.
   * **Description** – Optional, but helpful for context.
   * **Default Participants** – Add users who should be automatically part of every record created under this process.
4. Once all fields are complete, click **Create** to add the new process.
5. **Configure the Process**

   You’ll be taken into the **Process Builder**, where you can:

   * Add sections and checklist fields
   * Define status transitions
   * Set up default values and automation
   * Configure layout and permissions

> 🎥 Watch the full walkthrough:

{% embed url="<https://www.loom.com/share/3ad30a3e2e484243a6d65d13b59b0a7f?sid=35001457-ec78-4942-874a-ebaf51ea5666>" %}

***

### Editing an Existing Process

To make changes to an existing process:

1. Click **Manage** from the left-hand sidebar.
2. Find the process you want to edit in the list.
3. Hover over the process name and click the **pencil icon** to open the process configuration panel.
4. **Make Changes**

   You can update:

   * Process Name
   * Description
   * Default Participants
   * Process Owner(s)
5. Click **Save** to apply the changes. They will take effect immediately.

***

### Setting Default Owners and Participants

When configuring or editing a process, you can define default user roles to be automatically assigned to every new record.

#### In the Edit Template Panel:

* **Default Owner** – Automatically assigned responsibility for new records
* **Default Participants** – Users added to the conversation and checklist by default
* **Process Owner** – Users who can modify the process configuration

These defaults streamline record creation and ensure the right people are always involved.

***

The **Manage** view gives you quick access to process setup and configuration. Whether you’re launching a new workflow or fine-tuning an existing one, Unifize’s no-code builder helps you structure processes around the way your team works—visibly, collaboratively, and accountably.


---

# 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://docs.unifize.com/admin-guide/customization-and-configuration/configuring-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.
