> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/work-with-transformations-cp/run-your-transformation/inspect-your-data/get-started.md).

# Get started

Begin inspecting your data by clicking on a step in the [transformation](/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/work-with-transformations-cp.md).

![Transformation with Data Inspection](/files/mF6sFabmKzadjHjgE8jS)

The fly-out inspection bar appears at the top of the transformation canvas . The fly-out inspection bar displays the name of the step selected and contains two buttons for data inspection:

*

```
![](/files/1mwcuyg07WJ3OvFQVkpB)
```

```
**Run and Inspect Data** button - Runs the transformation up to the selected step, then lets you inspect your data.
```

\*

```
![](/files/1mwcuyg07WJ3OvFQVkpB)

**Inspect Data** button - Lets you inspect the data of a step once the transformation has run.
```

**Note:** This option runs your transformation only if it was not previously executed.

After the transformation runs, a flat table of your step data is displayed with all the available fields selected in **Stream View**.

![Data Explorer Sample Transformation](/files/XoOGpOiiehdCMNtqFt6Y)

Additionally, you can begin inspecting data using these other methods:

* Transformation menu: Right-click on a step and choose either **Inspect Data** or **Run and Inspect Data**.
* **Preview Data** panel: Select the **Preview Data** tab. Click the **Inspect Data** button located at the top right of the **Preview Data** panel.
* **Actions** menu: Select a step. From the **Menu** bar, click **Action** > **Inspect Data** or **Action** > **Run and Inspect Data**.
* Keyboard Shortcuts: Select a step, and then using your keyboard, do the following:
  * In Windows and Ubuntu, press either Shift Ctrl F9 to inspect data, or Ctrl F9 to run and inspect data.
  * In OS X, press Shift Command F9 to inspect data, or Command F9 to run and inspect data.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/work-with-transformations-cp/run-your-transformation/inspect-your-data/get-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
