# Running Workflows

In the *Workflows* pane, you will see all of your defined workflows. If a workflow has yet to be run, that will be explicitly stated accompanied by a workflow where each step has no status.

<figure><img src="/files/fHbL0H82xP3z0eKMLtCP" alt="Under each workflow name is a timestamp of the last time the workflow was run."><figcaption></figcaption></figure>

You can run workflows from this view by clicking the *play* button in the corner of a workflow.

Clicking the workflow will take you to the workflow details page. You can also run the workflow from this page.

<figure><img src="/files/Yy9PNty9vmxHtP1vbnWz" alt="The workflow details page shows you more information about the workflow, as well as a Run Workflow button on the top right corner."><figcaption></figcaption></figure>

However you choose to run the workflow, doing so will create a new workflow run whose progress can be viewed either from the *Workflows* pane or from the workflow details page. When the workflow is finished executing, it will be shown in a *success* state.

Each step will be colored a green color indicating its success. Other colors indicate other information. Read more about step statuses in the [Workflow Components](/reference/workflow-components.md#step-status) reference.

<figure><img src="/files/h8YHfYVQOw2OY4Wg5wT7" alt="The dropdown under the workflow name shows each run&#x27;s timestamp and status."><figcaption></figcaption></figure>

You can view information about a particular run using the dropdown menu in the top left.


---

# 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.chassy.io/user-guides/workflow-user-guide/running-workflows.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.
