# Inspecting run data

When viewing a particular workflow run, you can see the output generated by each step. Open the step or click "View output" to see the data details.

* **Input tab:** This tab shows the data that was available and used when the step was run.
* **Output tab:** This tab shows the data output by the step.
* **AI conversation:** For AI steps only, this tab shows the conversation with the AI that produced the output.

<figure><img src="/files/8axvfyPgksqbYqomZKBY" alt="" width="563"><figcaption><p>Example completed step showing the data output</p></figcaption></figure>


---

# 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.relay.app/data/inspecting-run-data.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.
