# reverse

reverse() function is the Standard function available in 200OK.

&#x20;**Description** : The fx\_reverse function reverses the order of values within a list.

**Syntax** : fx\_reverse(list of values)

**Example** : fx\_reverse(3,5,7,8) returns the list in reverse order, resulting in 8, 7, 5, 3.

**Request Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/3_fRA2VWCVIGW2l6u30k4GLkZ8AixD6fc91nVrAcMD72GDFi50044_USRMpL1zNqlT_5fidT7_tQ9QbkyEiT3_zXe6CfgaMFcqLlbxGKVWTTxAfLB2kfrajVbkcMPfu3zSXvfphZ1U_-V6VWW_n1SpI" alt=""><figcaption></figcaption></figure>

**Response Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/OJm0w8W-7asfITwdWHoOQn6F3w91WHm3ropWwmPQ5JCPfzgOkGuA7ZsRIuthMm_yOrxD0fokbV-pscs_Ij_6jhv8e3jEbQkoLjauS5HPQ-i86_jskmMZK8qirBubmPd1hazKQyJAgqYvdUkHaYQPDf4" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/jbG9ECJG0JElH2I1kVHZBQVCwzTo0qymdEN_pWDbOozt1G1QYhfSSnbUP0eCJHStgBZvCCfj879IelSf8QQsL1iMsjk_Oe4UuhJltYpMqi5kFe2zCz-v9EmCO0wFaGjpWqyjdM2c2VDAw-8nvOFHs7s" alt=""><figcaption></figcaption></figure>


---

# 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://200ok.gitbook.io/200ok-documents/user-manual/built-in-functions/text/reverse.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.
