# Functions & Data Processing

- [How to Use JavaScript for Custom Rule Conditions in Qubitro](https://docs.qubitro.com/guides/functions-and-data-processing/how-to-use-javascript-for-custom-rule-conditions-in-qubitro.md): By following this guide, you can customize Qubitro rule functions using JavaScript to create dynamic conditions.
- [How to Use JSONata for Real-Time Data Transformation in Qubitro](https://docs.qubitro.com/guides/functions-and-data-processing/how-to-use-jsonata-for-real-time-data-transformation-in-qubitro.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.qubitro.com/guides/functions-and-data-processing.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.
