# Run your transformation

After creating a transformation as a network of steps (a data workflow) that performs your ETL tasks, you should run it in the PDI client to test how it performs in various scenarios. With the Run Options window, you can apply and adjust different run configurations, options, parameters, and variables.

When you are ready to run your transformation, you can perform any of the following actions to access the Run Options window:

* Click the **Run** icon on the toolbar.
* Select **Run** from the **Action** menu.
* Press F9.

The Run Options window appears.

![Run Options Window](/files/wiQ2FjgWXzIRkFE7zjbI)

In the Run Options window, you can specify a **Run configuration**. To set up run configurations, see [Run configurations](/pdia-data-integration/archived-merged-pages/transforming-data-with-pdi-archive/work-with-jobs/run-your-job/run-configurations-work-with-jobs.md).

**Note:** The default Pentaho local configuration runs the transformation using the Pentaho engine on your local machine. You cannot edit this default configuration.

The Run Options window also lets you specify logging and other options, or experiment by passing temporary values for defined parameters and variables during each iterative run.

**Always show dialog on run** is set by default. You can deselect this option if you want to use the same run options every time you execute your transformation. After you have selected to not **Always show dialog on run**, you can access it again through the dropdown menu next to the **Run** icon in the toolbar, through the **Action** main menu, or by pressing F8.

After running your transformation, you can use the [Execution panel](/pdia-data-integration/archived-merged-pages/transforming-data-with-pdi-archive/work-with-transformations-cp/run-your-transformation/analyze-your-transformation-results.md) to analyze the results.


---

# 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.pentaho.com/pdia-data-integration/archived-merged-pages/transforming-data-with-pdi-archive/work-with-transformations-cp/run-your-transformation.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.
