> 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-deployment/view-deployment-progress/detailed-deployment-information.md).

# Detailed Deployment Information

For each [deployment](/features-new-ui/deployments/update-deployment.md) in JFrog Connect, you can see detailed information about the deployment of a software update, including its current status and the status of individual steps in the update flow.

To get a detailed picture of your deployment, do the following:

1. Go to **Deployments** and the **Runs** tab. Find the relevant software deployment in the Runs table. If you don't see your deployment, you can try using the filter and refreshing the table.
2. In the row of your deployment, click over the numbers in the **Status** column.

The Deployment Status panel appears on the right with detailed status information. The panel includes the following areas:

* **Information**: Includes basic deployment details such as:
  * Deployment ID
  * Type
  * Flow Name
  * Deployment Tag
  * Start Time (GMT)
  * Comment
* **Deployment Parameters**: If you used any [update parameters](/features-new-ui/deployments/update-flow/use-update-parameters.md) in the deployment, they are listed here.
* **Deployment Progress**: Shows the number of devices currently in each deployment state. You can refresh the table to see the latest statuses. Statuses can be:
  * Pending
  * In Progress
  * Success
  * Failed/Aborted
* **Device Status**: A table showing the status of each device. Includes:&#x20;
  * **Device State**: Online or offline
  * **Name**
  * **Status**: The deployment status of the device, e.g., Success, Failed.
  * **Deployment Date/Time**
  * **Abort Deployment**: A button to abort the deployment on that specific device.

<figure><img src="/files/DHRD8Ulg3gFC7b3Ua9w6" alt=""><figcaption></figcaption></figure>

### Status Summary of Update Steps

To see information about the update steps for a specific device, click the arrow on the right. This information is available only if the Status is Success or Failed.

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

All of the flow steps for the deployment on that device are shown in a list. A green check mark on the left indicates whether the step has completed.

### Status per individual Flow Step

To see information about a single step in the update flow, click the up/down arrow on the right. Click the arrow again to close the update block view. The following information about the step is provided:

* Step Configuration
* Output
* Error, if applicable
* Rollback output, if applicable

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

## What’s Next?

Learn how you can [stop updates](/features-new-ui/deployments/update-deployment/view-deployment-progress/abort-a-deployment.md) after you have launched a deployment and how to use the update trigger to [block updates](/features-new-ui/devices/view-device-details/block-updates-with-update-trigger.md) to devices.


---

# 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://docs.connect.jfrog.io/features-new-ui/deployments/update-deployment/view-deployment-progress/detailed-deployment-information.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.
