# Runs

- [Run Details](https://docs.currents.dev/dashboard/runs/run-details.md): Run details and metadata - git, environment, status
- [Commit Information](https://docs.currents.dev/dashboard/runs/commit-information.md): Displaying Commit Information on Currents
- [Tags](https://docs.currents.dev/dashboard/runs/tags.md): Using Tags in Currents Dashboard
- [Run Timeouts](https://docs.currents.dev/dashboard/runs/run-timeouts.md): Understand tests timeouts and how to avoid them
- [Cancelling Runs](https://docs.currents.dev/dashboard/runs/cancel-run.md): Cancelling Cypress and Playwright CI tests runs
- [Deleting Runs](https://docs.currents.dev/dashboard/runs/deleting-runs.md): This feature allows you to permanently remove a run from our Dashboard
- [Run Progress](https://docs.currents.dev/dashboard/runs/run-progress.md): Run progress view show the detailed distribution of your test on CI machines


---

# 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.currents.dev/dashboard/runs.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.
