# Run your job

After [creating a job](/pdia-data-integration/archived-merged-pages/transforming-data-with-pdi-archive/work-with-jobs/create-a-job.md) to orchestrate your ETL activities (such as your transformations), 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. By defining multiple run configurations, you have a choice of running your job locally or on a server using the Pentaho engine.

When you are ready to run your job, 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 Configuration Window](/files/ZxQVB0TJhW1Uy2XbCTcn)

In the Run Options window, you can specify a **Run configuration** to define whether the job runs locally, on the Pentaho Server, or on a slave (remote) server. 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 job 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 job. 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.


---

# 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-jobs/run-your-job.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.
