# Formula syntax

Inforiver's Excel-like formula engine supports 50+ functions (logical, boolean, math functions, and more). The formula editor provides syntax, examples and features such as autocomplete, multi-line support, and more to help users create, and troubleshoot formulas.&#x20;

Refer to the below sections for a detailed list of functions, operators, and identifiers that can be used for calculations.

* [Conditional Statements](/~/revisions/GTkAi07w3fG2jpKMpkD0/formula-syntax/conditional-statements.md)
* [Logical Functions](/~/revisions/GTkAi07w3fG2jpKMpkD0/formula-syntax/logical-functions.md)
* [Math Functions](/~/revisions/GTkAi07w3fG2jpKMpkD0/formula-syntax/math-functions.md)
* [Text Formatting Functions](/~/revisions/GTkAi07w3fG2jpKMpkD0/formula-syntax/text-formatting-functions.md)
* [Identifiers](/~/revisions/GTkAi07w3fG2jpKMpkD0/formula-syntax/identifiers.md)
* [Other Operators](/~/revisions/GTkAi07w3fG2jpKMpkD0/formula-syntax/other-operators.md)


---

# 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.inforiver.com/~/revisions/GTkAi07w3fG2jpKMpkD0/formula-syntax.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.
