# Reverse List

**Introduction**&#x20;

This step reverses the order of items in a provided list, creating a new list with the items in the opposite sequence.

**Configuration**

* **List**: Select the list variable whose order you want to reverse. This is a required field.

**Outputs**

* **List**: The resulting list with its items in reverse order compared to the input list. The type of items in this list corresponds to the original list's item type.

**Usage**&#x20;

Ideal for situations where the order of items in a list is significant and needs to be inverted, such as reversing a chronological sequence, reordering priorities, or simply altering the arrangement of elements.


---

# 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.flexy.bot/modules/lists/steps/reverse-list.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.
