> 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/release-notes-16.0/process-diagrams.md).

# Process Diagrams

Your tool for visualizing, navigating, and editing processes

The Process Diagram experience introduces a cleaner interface, improved performance, and smoother navigation. Diagrams now open in a side panel, so you can explore flows without losing your place. Whether you're reviewing a full process or diving into a subprocess, everything is easier to follow and interact with.

**With the new Process Diagrams, you can:**

* **Open diagrams** without leaving your current view
* Double-click any flow element to explore it in a **focused overlay**
* Drill down into subprocesses and return easily using **breadcrumbs**

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FWc0d0A4SMdqegnNd2N93%2FScreenshot%20of%20Library%20(4).jpg?alt=media&amp;token=faa839b5-81c8-47d9-8002-af4648d1d2c1" alt=""><figcaption></figcaption></figure>

* Build and refine diagrams with a **faster, more responsive editor**
* **Work with updated visuals**, including clearer text, improved colors, and smoother transitions

<figure><img src="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FcEATDJtZGW8ozzdc0Suk%2FScreenshot%20of%20Library%20(5).jpg?alt=media&amp;token=f96b394c-b3cf-4830-80b9-82080531fe21" alt=""><figcaption></figcaption></figure>

### Learn More

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Exploring the Details Panel</strong><br><br>Follow guidance to explore process details efficiently</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%2Fbu8oZH9hDOcdxCMXC3OJ%2FIMS-V16-NAV-Library-Icons-16.png?alt=media&amp;token=e3bfaa09-59be-486f-ada8-f0221e9e269e">IMS-V16-NAV-Library-Icons-16.png</a></td><td><a href="/interfacing-help-files/end-users/library/exploring-the-details-panel.md">Exploring the Details Panel</a></td></tr><tr><td><strong>Creating &#x26; Editing Diagrams (Process Analysts)</strong><br><br>Design, update, and manage process diagrams.</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%2FtzsRtNgdkjKjh0swY3Zl%2FIMS-V16-NAV-Library-Icons-43.png?alt=media&amp;token=af430277-e562-4662-b1d8-ad645cf65b79">IMS-V16-NAV-Library-Icons-43.png</a></td><td><a href="/interfacing-help-files/process-analysts/business-process-management/creating-and-editing-process-diagrams.md">Creating &amp; Editing Process Diagrams</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/release-notes-16.0/process-diagrams.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.
