# History

The **History** tab gives your team a clear, real-time overview of all automated workflows. It is the best place to track performance, monitor team activity, and quickly resolve errors.

To access it, click **History** on the left-hand menu.

## 1. Track Your Workflows

The main dashboard helps you easily monitor how your automations are performing. At a glance, your team can check:

* **Status:** Instantly see if a workflow succeeded, failed, or is currently running.
* **Duration:** Check how long a workflow takes to run so you can optimize its speed.
* **User:** See exactly who, or which system, triggered the automation to maintain clear accountability.

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

## 2. View Details & Fix Issues

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

If a workflow fails, or if you need to see exactly what happened, click the **arrow icon** next to it. This opens a detailed view where you can:

* **Check the Result Tab:** View the final data and system logs to see exactly what was processed.

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

* **Check the Workflow Tab:** See the visual path of the workflow to understand how it ran step-by-step.

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

* **Edit Immediately:** Click the **Go to Setting Flow Page** button to jump straight into the builder and fix the issue immediately.

<figure><img src="/files/74FO4nPz46pynFeYSrx0" alt=""><figcaption></figcaption></figure>

#### Need help?

* *Found a failing workflow and need to edit its logic? Learn how in* [*Manage a flow*](/workflow-builder/manage-a-workflow.md)*.*
* *Noticing high activity and want to check your credit limits? Visit* [*Billing*](/workspace/billing.md)*.*
* *Struggling to understand a specific error log? Contact our* [*support@diaflow.io*](mailto:support@diaflow.io) *for expert troubleshooting.*


---

# 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.diaflow.io/workspace/history.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.
