# Access and monitor all Flows

The ‘Flows’ page allows you to manage and monitor your business logic workflows.

## **All Flows** <a href="#all-flows" id="all-flows"></a>

The ‘All Flows’ tab displays a list of all the Flows you have created, along with their names, the steps included, creation dates and times, and their current status (whether they are published or inactive).

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

You can perform the following actions on the ‘All Flows' page:

* **Import Flow**: You can import a Flow by clicking the ‘Import Flow’ button. Upload a JSON file containing the Flow definition and click the ‘Import’ button.
* **Create new Flow**: Click the ‘+New Flow’ button to create a new Flow.
* **Manage Flows**: Click the three dots next to a specific Flow to rename it, move it to a new folder, duplicate it, export it as a JSON file, or delete it.&#x20;
* **Access Flows:** You can access specific Flows by clicking on their respective names.

<figure><img src="/files/5acm4hHu1bKDKBpKQM6S" alt=""><figcaption></figcaption></figure>

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

## **Runs** <a href="#runs" id="runs"></a>

The ‘Runs’ tab shows the status of all the Flows you have created.

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

You can use the search functionality to filter the runs by status (All, Running, Failed, Succeeded, or Paused) and by the specific Flows you have created.

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

<figure><img src="/files/1H8QfasogXTQ10PPrImA" alt=""><figcaption></figcaption></figure>

On the ‘Runs’ page, you will find the following information:

* **Tool**: The tool used in the Flow.
* **Status**: The current status of the run (Running, Failed, Succeeded, Paused).
* **Start time**: The date and time when the Flow started running.
* **End time**: The date and time when the Flow finished running (if applicable).
* **Three-dot menu**: Click the three dots at the end of a row to retry the Flow on the latest version or retry from the failed step.

<figure><img src="/files/7OafOGnVrykIxy6S7UF2" alt=""><figcaption></figcaption></figure>

## **Connections** <a href="#connections" id="connections"></a>

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

The ‘Connections’ tab provides details on the app connections established through API Keys or other credentials within your Flows. You will find the following information on this page:

* **App**: The name of the application or service connected.
* **Connection name**: The name of the connection.
* **Status**: The current status of the connection.
* **Created**: The date and time when the connection was created.
* **Updated**: The date and time when the connection was last updated.
* **Delete:** A delete option is available for each connection entry. By clicking this button, you can remove unused or obsolete connections.


---

# 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.zbrain.ai/zbrain-documentation/zbrain-builder/zbrain-ai-agents/creating-custom-ai-agents/define-flow/access-and-monitor-all-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.
