# Formulas console

## Availability

[\[SINCE Orbeon Forms 2023.1\]](/release-notes/orbeon-forms-2023.1.md)

## Introduction

The Formulas console allows you to view formulas errors that occur when testing a form.

![Formulas console](/files/6o350khPTWLcrRlqDEtM)

Some errors are detected by Orbeon Forms statically, when compiling the form; other errors are detected dynamically, when the form runs and there is user interaction. Both types of errors are shown in the Formulas console.

Each entry shows:

* some context for the error
* the control name, if applicable
* the formula
* the error message
* the count of the number of times the error occurred

The console automatically opens when the first error occurs. You can close and open the console with the icon in the top right of the console area.

## See also

* [Formulas inspector](/form-builder/formulas/formulas-inspector.md)
* [Examples of formulas](/form-builder/formulas/formulas-examples.md)
* [Formulas](/form-builder/formulas.md)
* [Testing a form in web mode](/form-builder/advanced/web-test.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://doc.orbeon.com/form-builder/formulas/formulas-console.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.
