# Sort rows

This step sorts rows based on the fields you specify and on whether they should be sorted in ascending or descending order.

When you use multiple copies of this step in a transformation in parallel, merge together each of the sorted blocks to ensure the proper sort sequence. You can further ensure the proper sequence by adding a [Sorted Merge](https://wiki.pentaho.com/display/EAI/Sorted+Merge) step immediately following the last Sort rows step.

You can create this type of transformation on the local Java Virtual Machine (JVM) with the **Change number of copies to start** option or in a clustered environment using Carte. The **Change Number of copies to Start** option is available through the **Transformation menu**. Right-click any step in the transformation canvas to open the **Transformation menu**.


---

# 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/10.2-data-integration/pdi-transformation-steps-reference-overview/sort-rows-transformation-step.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.
