Files
Dorod-Sky/fern/running-tasks/visualizing-results.mdx
2025-05-27 10:45:08 -07:00

31 lines
1.3 KiB
Plaintext

---
title: Visualizing Results
subtitle: How to understand the information shown by Skyvern
slug: running-tasks/visualizing-results
---
Skyvern comes bundled with a Visualizer to help you understand what's going on with your tasks. To get started, navigate to the history page and click on any agent run.
<img src="../images/visualizing_results/navigate_to_task.png" />
## Actions
Each action that Skyvern takes can be viewed in the Action viewer. It's accompanied with a screenshot of the screen state *after* the action has executed
<img src="../images/visualizing_results/view_actions.png" />
## Recording
Each Skyvern task comes with a recording of the entire operation (end to end). To view the recording, click on the recording tab.
<img src="../images/visualizing_results/view_recording.png" />
## Task Parameters
The task parameters are the inputs that you provided to Skyvern. This includes the URL, the extraction rules, and any other information that you provided to Skyvern.
<img src="../images/visualizing_results/view_parameters.png" />
## Diagnostic Logs
The diagnostics tab contains information used by Skyvern to do its processing. It includes information such as the annotated screenshots, action screenshots, element tree, prompt, action list, page HTML, and the raw LLM Request.
<img src="../images/visualizing_results/view_diagnostics.png" />