# or

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

**Description** : The fx\_or function checks if any of the arguments are true and returns TRUE if at least one argument is true. It returns FALSE only if all arguments are false.

**Syntax** : fx\_or(logical1,logical2,...)

**Example** : fx\_or(10>11,11>10) returns true as the response.

Here we go with simple scenario using the above function.

**Scenario** : In a voting eligibility verification system, citizens are allowed to vote if they are either minors (under 18 years old) or adults (18 years old and above). The system utilizes a function to determine if a citizen is eligible to vote based on their age. If the citizen's age is less than 18 or greater than or equal to 18, they are considered eligible to vote.

**Request Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/7wv4zgxTJSyY_L4iJO7aoA6PdIMrwy8qs9UTg2Vx4FB-csEkAnzAymAcETILGPNXKXsf7oAEDu0QvFfn-BKMLSEeXc8fl7rcKzVWxzyBSMoSzYbZyJV_nNAODND4r8RzZXINxiGRkH6eupcbsRqAaRM" alt=""><figcaption></figcaption></figure>

**Response Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/D2wccfvpxIef0SANL-zzZ9Mbn34F3MPTtkLf-LTEszOMEUagvj8YBuPpeQ8bZ6WwMyL9MD9aRI2T65K-ijbsl6DvKFhhWVXVuy7sa0e4uXnKlM9cQR1Yd0c54FfS28N67Cg-V-2eE450vzp66-8G3nc" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/dhfEAYbIDO_T8p8QnX0Tqv_oH7-eRAs-FRZgPJKeFqSaDAwVlUZMwWWadkWvI7pYsF2sFNoRVFLxpApGwd5qeITw6Hawvf0JNaPPZRGQgNyTWUk6i3mF-0QnTQ5loVCXGzsTT0SGWJutgqH58nfuB58" 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/logical/or.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.
