# Examples

{% hint style="info" %}
If you are new to Groovy or to programming (coding) at all, here are some tips how to get used to it, before you start messing with Boomi.

1. <https://groovy-lang.org/>
2. Buy a book: [Groovy in Action, Second Edition](https://www.manning.com/books/groovy-in-action-second-edition) ( v2.4 -> published 2015 ) and **read it !**
   {% endhint %}

Befor you start, please [verify your project setup](/boomi-scriptease/setup-a-customer-project-a5e8a967b06b4f9d9123b55f72e07145/verify-project-setup.md).

{% content-ref url="/pages/JvispmMCZRHChl0TiNmf" %}
[1 - Debug an existing process script](/boomi-scriptease/examples/1-debug-an-existing-process-script.md)
{% endcontent-ref %}

{% content-ref url="/pages/gBJ2C0xXtsWlli8BkeM0" %}
[9 - Aggregate Prices Example](/boomi-scriptease/examples/aggregate-prices-example.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://boomi.markusschmidt.pro/boomi-scriptease/examples.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.
