# Flow Monitoring

From the Home Page you can view the status of all flows. Rest easy when the output counts are shown in green for all the flows as shown below

![Home Page](https://272493989-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LyGZIunpED9t56ZtLzh%2F-LyK89GWQDgxbjR6h8XR%2F-LyK8VrSGqdI02RYUcWy%2FScreen%20Shot%202020-01-11%20at%206.57.56%20AM.png?alt=media\&token=dbcfad53-4c8f-41a6-bf61-3acff2ce3836)

> Click on the Output Count of any flow to see the status of individual runs

![Flow Runs](https://272493989-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LyGZIunpED9t56ZtLzh%2F-LyK89GWQDgxbjR6h8XR%2F-LyKA-ambKxe9fnBF3nu%2FScreen%20Shot%202020-01-11%20at%207.12.10%20AM.png?alt=media\&token=199acc76-744e-41b7-b331-8ea0a7fb5b68)

1. Shows the Run ID and Status of individual runs.
2. Shows the number of events imported and the time taken to import
3. Shows the number of events posted to the output along with the time it took to post all events

{% hint style="info" %}
You may notice the Run ID 2 is missing in the above screenshot. That's because we delete the prior run that completed without any events.
{% endhint %}


---

# 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://flow-docs.cloudio.io/flow-monitoring.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.
