# Projects

**Project** is a structured set of data associated with a specific initiative aimed at collecting, analyzing, and processing information for business analytics.

A project contains the following parameters:

* **Project Name** — the name of the project, used to identify it in the system.
* **Project Description** — the goals, areas of application, and features of the project.
* **Project Type** — a category that defines the specifics of the data collected and the methods of analysis:
  * **Task Mining** — collecting data on employee actions (mouse clicks, scrolls, drags, screen changes) aimed at identifying repetitive actions and modeling work scenarios.
  * **Deep Task Mining** — includes all types of data from the previous category, as well as taking screenshots with each action for deeper analysis of visual interface elements.
  * **Process Mining** — uploading pre-prepared data from external systems containing information about business processes for analysis and optimization.
* **Creation Date** — the day, month, and year the specific project was created.
* **Update Date** — the day, month, and year of the last changes made to the project.

To create a new Project in the “Projects” table, click the “Create” button and fill out the opened form:

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

To view and edit the properties of a specific Project, select it from the list and click the icon ![](https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-dc74b7a07745f14c6ce68ae542872c3b70988ebe%2F%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5%20\(70\).png?alt=media). This will open a form with Project settings, where necessary changes can be made.

In addition to the fields filled out when creating Projects, the editing form specifies the GUID (a unique identifier assigned to the Project after its creation). This field cannot be edited.

When editing a Project, there is an option to set the filtering mode and add to the list the sites and/or file paths that will be logged.

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

**Filtering Mode** when editing a project determines which data will be saved and which will be ignored. To configure it, one of two options must be selected:

1. **Log everything except applications, windows, and websites from the Blacklist** — save all data except for those specified in the blacklist.
2. **Log only applications, windows, and websites from the Whitelist** — save data only for the applications, windows, and websites specified in the whitelist.

Next, in the **Blacklist/Whitelist** field, you need to enter the URL or file path for further filtering.


---

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