# Processes

The "Processes" window is used for comprehensive management and control of all data labeling Processes. It contains a table with key parameters for each Process.

Description of the columns in the "Processes" table:

1. **Name** — the name of the process.
2. **Description** — a brief explanation that reveals the essence of the Process.
3. **Actions** — the number of actions performed in the Process, reflecting its level of activity.
4. **Cases** — the number of cases (data sets or tasks) associated with the Process.
5. **Processed** — the total number of data elements processed within the Process.
6. **Processed (%)** — the percentage expression of the progress of processing data elements within the Process.
7. **Status** — the current status of the Process, informing about its state.
8. **Created** — the date and time the Process was created.
9. **Updated** — the date and time of the last update of the Process data.

Description of the process control buttons located above the table:

1. **Create** — allows initiating a new Process.
2. **Refresh** — updates the current list of Processes and their data.
3. **Delete selected** — removes the selected Process or Processes from the table.
4. **Upload data...** — provides the option to import data in .csv format for further processing.
5. **Merge with** — allows merging the selected Process with another for data consolidation.
6. **Auto-labeling** — starts automatic data labeling using pre-set algorithms.
7. **Stop processing** — interrupts the current active Process.
8. **Show process graph** — automatically redirects the User to the "[Graph](https://docs.sherparpa.ru/en/sherpa-process-discovery/rabota-v-sherpa-process-discovery/ekrany/graf)" window, where the progress of the selected Process is visualized as a graph.
9. **Create report** — generates a detailed report on the selected Process, including statistics and results.

<figure><img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-aedb754f39715f2703301bf976d8683ae5a9abff%2Fimage_2025-10-09_13-42-33.png?alt=media" alt=""><figcaption></figcaption></figure>

The "Project" field above the "Processes" table is used to select a specific project to which the Processes displayed in the table belong.

When selecting the desired project and the "Unlabeled process" row in the "Processes" table, the User can click the "Auto-labeling" button. After that, a window will open with two options for automatic labeling:

* "By existing markers";
* "Using AI".

By selecting the "By existing markers" option, the system will automatically add new rows to the table with those Processes that the labeler detected by analyzing the data in the "[Data](https://docs.sherparpa.ru/en/sherpa-process-discovery/rabota-v-sherpa-process-discovery/ekrany/dannye)" table.

<figure><img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-c2b7085469ec858e5eb6b881a628d7e8c53762fa%2Fimage_2025-10-09_13-45-52.png?alt=media" alt=""><figcaption></figcaption></figure>


---

# 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.sherparpa.ru/en/sherpa-process-discovery/rabota-v-sherpa-process-discovery/ekrany/processy.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.
