# View a Stream

A Stream is a video feed on which a Workflow is running. You can view a Stream from the Streams list from the Deployment Manager dashboard.

Click "Deployments" in the left sidebar, then "Edge Devices", then choose the Device where your stream is running. Then, select the Stream you want to view from your list of Streams:

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

Once you select a Stream, you will be able to see:

* The status of your Stream.
* A recent frame from your Stream
* Information about the Workflow running on the Stream.

Here is an example showing a frame from a Stream:

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

The latest frame feature gives you samples of recent frames to see the results of your computer vision application. Note that this is not a live video as we prioritize compute efficiency for the computer vision model running on device.

You can scroll down to see the Workflow your device is running, the parameters used to set up the Workflow, and your Stream configuration.

:information\_source: By default, editing your workflow will automatically update the version running on your device. This means you will see your computer application go offline momentarily as we the new weights and workflow definition are downloaded

<figure><img src="/files/wd8h4VXR5hFE7F2tT34d" alt=""><figcaption><p><em>Information about the Workflow running on a device.</em></p></figcaption></figure>


---

# 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.roboflow.com/deploy/device-manager/monitoring/view-a-stream.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.
