# Collection sortieren

Mit dem Plugin <img src="/files/STWLEXZbvbD2jOrfdBPx" alt="" data-size="line"> *Collection sortieren* werden die Elemente einer Collection auf- oder absteigend sortiert.

<figure><img src="/files/Fr2bF7sB5LNQijhDLLk6" alt="" width="286"><figcaption></figcaption></figure>

## Parameter "Collection"

Wählen Sie die Variable vom Typ `collection`, die Sie sortieren möchten.

## Parameter "Gross- und Kleinschreibung nicht beachten"

Wenn diese Option aktiviert ist, wird die Gross- und Kleinschreibung der Elemente ignoriert. Dies gilt jedoch nur für Text-Elemente. Wenn die Collection ausschließlich Zahlen enthält, hat diese Option keinen Einfluss auf das Ergebnis.

## Parameter "Absteigend sortieren"

Mit dieser Option kann die Sortierreihenfolge umgedreht werden.


---

# 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://help.aiaibot.com/robot/plugins/collections/collection-sortieren.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.
