# Sort

### Specify sorting setting

You can sort your data or set a default sorting. To do so, follow the steps:

1. Choose the Table you want to apply the sort and click on the `Sort` button
2. Go to the Default sorting
3. Scroll and choose `Status`
4. Click to change the sorting order

{% @arcade/embed flowId="fmMpVnVZusJXDlNJeRlJ" url="<https://app.arcade.software/share/fmMpVnVZusJXDlNJeRlJ>" %}

Now, let's sort the data from the table. To do so, follow the steps:

1. Click on the `More` button of the Field you want to sort by
2. Click on the **Sort A->Z** button
3. Now, let's do the reverse sorting. Click on the More button
4. Click on the **Sort Z->A** button

{% @arcade/embed flowId="QEEX21Oth4UKToSMevM1" url="<https://app.arcade.software/share/QEEX21Oth4UKToSMevM1>" %}


---

# 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.jetadmin.io/user-guide/design-and-structure/sort.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.
