# Double Braces overview

Double Braces is an expression language developed by Digibee that you can use to reference and manipulate data within a pipeline.

You can use Double Braces expressions in fields of component configurations that accept them.

To learn more about Double Braces syntax, read the articles below:

{% content-ref url="/pages/cijmbAfZNYu7oJBb7Kd7" %}
[How to reference data using Double Braces](/documentation/connectors-and-triggers/double-braces/how-to-reference-data-using-double-braces.md)
{% endcontent-ref %}

{% content-ref url="/pages/WzX2EtdFC2OBdpWXa7Dz" %}
[Double Braces functions](/documentation/connectors-and-triggers/double-braces/double-braces-functions.md)
{% endcontent-ref %}


---

# 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/overview.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.
