# Adding new process flow labels

## Introduction

Process flow labels can be created in two ways:

* ['On the fly' from process flow settings](#the-steps) when you need to add a label quickly, whilst working with a process flow.
* From [general settings](/product-documentation/general-settings/label-management.md), which is useful when you need to add/manage a batch of labels &#x20;

## Need to know

* A process flow label cannot exceed 20 characters.

## Adding process flow labels from process flow settings

If you're working with a process flow and want to add a new label, you can create it from process flow settings. To do this, follow the steps below.

{% stepper %}
{% step %}
**Access process flow settings**

Select the `settings` option from the canvas toolbar:

<div align="left"><figure><img src="/files/aGvVdoqpeBGqqU508vn2" alt="" width="310"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Create a new label**

Click the `create label` link beneath the `labels` field:

<figure><img src="/files/Vb2iQNoPGpOCP5eSdT7l" alt=""><figcaption></figcaption></figure>

A new label form is displayed:

<div align="left"><figure><img src="/files/RFaXXnY6KUc2irhIGXCB" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Configure the label**

Enter a `name` for the label and select a `colour`; then click the create label button. For example:

<figure><img src="/files/uguC2qCIGNVam5laytn0" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
These selections determine how the label is displayed when it's applied to a process flow or virtual environment - the name will be shown exactly as defined here, with the selected colour.&#x20;
{% endhint %}

{% hint style="warning" %}
Label names cannot exceed 20 characters.
{% endhint %}
{% endstep %}

{% step %}
**Apply labels as needed**

The label is ready for use and can now be selected via the `labels` field. &#x20;
{% endstep %}
{% endstepper %}


---

# 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://doc.wearepatchworks.com/product-documentation/process-flows/managing-process-flows/process-flow-labels/adding-new-process-flow-labels.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.
