> For the complete documentation index, see [llms.txt](https://docs.connect.jfrog.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connect.jfrog.io/features-new-ui/deployments/update-flow/view-update-flows.md).

# View Update Flows

Once you have created one or more [update flows](/features-new-ui/deployments/update-flow.md) in JFrog Connect, you can view them in the Update Flows table.

To view the Update Flows Table, go to the **Update Flows** tab in **Deployments**.

<div align="left"><figure><img src="/files/H4m2DvyoIu66lvFyQtfd" alt=""><figcaption></figcaption></figure></div>

The Update Flows table includes the following columns:&#x20;

* **ID**: The UUID identifier of the update flow.
* **Name**: The user-given name of the update flow.
* **Time Created**: The time (UTC) the update flow was created.
* **Vulnerabilities**: The vulnerabilities detected in the latest scan of the update flow.
* **Deploy**: Click this icon to create a deployment using this update flow.
* **More**: When you hover the mouse over the far right column, you can see the three dots for the more menu. Click the three dots for the following options:
  * **Duplicate**: Creates a duplicate of the update flow in that row. You can use the duplicate as a template for creating a similar update flow.
  * **Delete**: Click to delete the update flow from the table.

### Flow Details

To view the flow details, click the row of any update flow. A panel will appear with more detailed information about the the flow, including the configuration parameters defined for each step in the flow.

## What's Next?

Learn more about [update parameters](/features-new-ui/deployments/update-flow/use-update-parameters.md).


---

# 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:

```
GET https://docs.connect.jfrog.io/features-new-ui/deployments/update-flow/view-update-flows.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.
