# min

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

**Description** : The min function returns the smallest number from a provided list of input values.

**Syntax** : fx\_min ()

**Example** : fx\_min(1,2,4,7,5) it checks the min value returns 1.

Here we go with simple scenario using the above function.

**Scenario**  : In a budgeting application, a user is tracking their monthly expenses across different categories such as groceries, utilities, and entertainment. They utilize the fx\_sum function to compute the total monthly expenses by summing up the amounts spent in each category, providing them with an overview of their overall spending.

<br>

**Request Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/xqjpbUcKxqRcGowntzYs5IUlrzFg6jtPC4T4V9v75bMBMzUYzFK7iKVe7PIPfGZGlQ8CL9akAXhYJnjbQ5YuyP0FMdy77VFXAeaME6WHYHf0yrC0ugaWGY3Drw88dUJKwl_R3ofQw-LauJOD8Tf-XEo" alt=""><figcaption></figcaption></figure>

**Response Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/DLZakOapbfJg-l6aE4x1YnfeG1xT9p7UjlLvBmaJ8iBAjyuxZTwhTv7p2yGK3VUhLcJOvVvpdRDytvGa_iqWRn-vq_dqmVBf1rNhx-kpKPBtiY6LVWCPk0-EVBsFA-Uo59pF5_9Jw53gFcgEJWE0ZCo" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/alEvL87ItWo0uZ_N68_beMm9VbUyPGtbfSVOfDJyUEFPz68OcsAMyQF60H4HeknRVIf-GV7WVmZ4F3iqJ9g-Y-wTLlnb0s0YSRomDIHCy7MOdUO-1-gR7cAdK2rJVBpYxcD0qkLhapelgWa1sHn8zxM" 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/math/min.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.
