# Scripts

Accessed through clicking Development > "**Scripts"** link on the left side panel of the application.

Scripts are a way of defining custom logic and data transformations that can be executed as part of the integration process. Scripts can be used to automate complex or custom tasks that can not be performed using Mappings, standard data transformation capabilities and Map Chains.

<figure><img src="/files/6qs2YjkegSf8bFRTGPbP" alt=""><figcaption></figcaption></figure>

On the top of the Scripts panel there are controls for:

* Creating a new Script
* Opening a Script
* Saving a Script

Along with Editor controls:

* Edit Mapper variables from the Groovy Script
* Edit Mapper Lookup Tables from the Groovy Script
* Edit functions
* Edit classes
* Import Scripts & Mapper files
* Insert Utilities created by Justransform


---

# 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.justransform.com/development/scripts.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.
