> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/process-analysts/process-analysis-and-simulation/process-mining.md).

# Mining Processes (Apps)

Analyze workflows, optimize operations, and support compliance efforts through data-driven insights.

## Overview

The **Process Mining** application is a powerful, data-driven solution that enables you to visualize, analyze, and optimize business processes using real event log data. It automatically generates interactive process maps and surfaces key insights—such as case flows, activity durations, and performance bottlenecks—supporting faster, evidence-based decision-making.

***

## Accessing the Application

To open the **Process Mining** application:

1. Select the **Apps** tile in the side navigation bar.
2. On the **Apps** page, either:
   1. Expand Process Mining in the navigation tree, or
   2. Navigate to the **Process Mining** section in the application gallery.

***

## Opening a Project

In the application category, you’ll see any existing projects displayed as cards. Each project card includes:

* **Project Name**
* **Date Created**
* **Description** (if available)
* **Preview Image**

To open a project, click its card. The system will load the corresponding process map and analytics.

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FI7iPKsfGjb5bMtTRIU3e%2FIMS-V16-Apps-PM.png?alt=media&amp;token=be571189-bb9a-4e84-84c8-605534843d1f" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If no projects are available, click **New** in the top-right corner to create one.
{% endhint %}

***

## Learn More

Refer to the following guides for detailed instructions:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>How to Create &#x26; Manage Projects</strong></td><td>Create and maintain projects to establish a reliable foundation for ongoing process analysis.</td><td><a href="/interfacing-help-files/process-analysts/process-analysis-and-simulation/process-mining/creating-and-managing-projects.md">Creating &amp; Managing Projects</a></td><td data-object-fit="cover"><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FXvJ9tzTL48n1PDk7YhRC%2FIMS-V16-NAV-Library-Icons-36.png?alt=media&amp;token=c93c7683-1c46-48d8-ba69-405268e474f7">IMS-V16-NAV-Library-Icons-36.png</a></td></tr><tr><td><strong>How to Explore &#x26; Analyze Projects</strong></td><td>Explore your project using multiple views, apply filters to focus your analysis, and review metrics to understand process behavior and performance.</td><td><a href="/interfacing-help-files/process-analysts/process-analysis-and-simulation/process-mining/analyzing-projects.md">Analyzing Projects</a></td><td data-object-fit="cover"><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FxOibPfUEmP9kYmkvGmx5%2FIMS-V16-NAV-Library-Icons-37.png?alt=media&amp;token=9cf77799-f9bd-438f-bd38-842d16985abb">IMS-V16-NAV-Library-Icons-37.png</a></td></tr><tr><td><strong>How to Simulate New Scenarios</strong></td><td>Simulate process changes to evaluate potential outcomes and performance impacts.</td><td><a href="/interfacing-help-files/process-analysts/process-analysis-and-simulation/process-mining/simulating-scenarios.md">Simulating Scenarios</a></td><td data-object-fit="cover"><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FJw3sQZPn22eZHZjWEBNW%2FIMS-V16-NAV-Library-Icons-38.png?alt=media&amp;token=6ea06371-004b-42d9-b20a-f5ff6ca3dce7">IMS-V16-NAV-Library-Icons-38.png</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://interfacing.gitbook.io/interfacing-help-files/process-analysts/process-analysis-and-simulation/process-mining.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
