# Workflow Executions Trace

Laminar provides tools to help you diagnose and fix problems quickly.

Every time a workflow runs, Laminar generates a detailed execution trace. This trace provides a visual representation of the entire lifecycle of that particular workflow run, from start to finish with key information such as:

* overall workflow status
* step run details:
  * run status
  * input
  * output
  * logs and more

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeyfSRRmLEurvKZJcO0Tg%2Fuploads%2FvDHiuSYp7s6vR2PSSifQ%2FWorkflow%20Run%20Walkthrough.mp4?alt=media&token=ca4f7f50-2f53-4904-9750-d5b2571ef000>" %}


---

# 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.laminar.run/debugging-an-integration/workflow-executions-trace.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.
