# Managing transformations and jobs

Managing transformations and jobs includes managing the files for them inside Pipeline Designer, managing their connections, and performing tasks that are common to both transformations and jobs.

* [Manage transformations and jobs](broken://pages/e6Ag0lB3iurK8xvWClAk)

  Manage transformations and jobs on the Pipeline Designer's main page. Available actions include marking transformations and jobs as favorites, downloading them as files, creating duplicates, moving them to different folders or to the trash, renaming them, and viewing their details.
* [Manage connections for transformations and jobs](broken://pages/DCYxygIcvElMqkWqcQPm)

  While creating or editing a transformation or job, you can edit database connections that are used by your transformations and jobs.
* [Edit a transformation or job](broken://pages/H2AkMmSZ5npWhak5xXPD)

  Edit an existing transformation or job to rename it, add new steps, edit steps, configure hops, edit properties, reset it, or save it in a different location.
* [Use the SQL Editor](broken://pages/ejyOtYRZ7US6wvYulh8k)

  The SQL Editor is good tool to use when you must execute standard SQL commands for tasks such as creating tables, dropping indexes, and modifying fields.&#x20;
* [Use notes on the canvas](broken://pages/rIVe7wNWn1zibMSnzpVa)

  While creating or editing a transformation or job, you can add notes to the canvas to help you and others understand the structure, design decisions, business rules, dependencies, and other aspects of your transformations and jobs.&#x20;
* [Run modifiers](broken://pages/FQMJzYsQstZLoOf29V6V)

  Run modifiers include parameters, variables, and arguments, which you can use to modify how you run transformations and jobs.
* [Export a transformation or job](broken://pages/ujyA942DAcweJFOn4cPn)

  Export transformations and jobs to save backup copies, migrate them to other systems, share them with other users, or use them in other tools. You can export a transformation as a  `.ktr` file or a job as a `.kjb` files.&#x20;
* [Stop transformations and jobs](broken://pages/VPH09pmw6ch7eLyAm3EO)

  There are two different methods you can use to stop a transformation or job running in the Pipeline Designer. The method you use depends on the processing requirements of your ETL task.


---

# 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/pipeline-designer/managing-transformations-and-jobs.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.
