# Double Braces

- [Double Braces overview](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/overview.md): Learn more about Digibee's expression language
- [Double Braces autocomplete](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-autocomplete.md): Learn more about how to autocomplete your Double Braces expressions in the Digibee Integration Platform.
- [How to reference data using Double Braces](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/how-to-reference-data-using-double-braces.md): Learn more about Double Braces functions and how to use them in the Digibee Integration Platform.
- [Previous Steps Access](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/how-to-reference-data-using-double-braces/previous-steps-access.md): Learn how to use the step alias to reference flow data.
- [Double Braces functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions.md): Learn about Double Braces, an expression language developed by Digibee that users can take advantage of in order to reference and manipulate data within a pipeline
- [Math functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/math-functions.md): Learn about math functions in the Digibee Integration Platform and how to use them.
- [Utilities functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/utilities-functions.md): Learn about utilities functions in the Digibee Integration Platform and how to use them.
- [Numerical functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/numerical-functions.md): Learn about numerical functions in the Digibee Integration Platform and how to use them.
- [String functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/string-functions.md): Learn about string functions in the Digibee Integration Platform and how to use them.
- [JSON functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/json-functions.md): Learn about JSON functions in the Digibee Integration Platform and how to use them.
- [Date functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/date-functions.md): Learn about date functions in the Digibee Integration Platform and how to use them.
- [Comparison functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/comparison-functions.md): Learn about comparison functions in the Digibee Integration Platform and how to use them.
- [File functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/file-functions.md): Learn about file functions in the Digibee Integration Platform and how to use them.
- [Conditional functions](https://docs.digibee.com/documentation/connectors-and-triggers/double-braces/double-braces-functions/conditional-functions.md): Learn about conditional functions in the Digibee Integration Platform and how to use them.


---

# 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.digibee.com/documentation/connectors-and-triggers/double-braces.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.
