# EDI Module

### **Definition**

The "**EDI**" tool module, standard module for use in any flow, was created to convert data from **EDI** format to **JSON**.

### **Configuring the EDI Module**

The "**EDI**" module is available in the **Tools** section when editing a flow. After clicking to add it, select the operation and click "**Save**".

<figure><img src="/files/WGqqNt8dwXY6yACOIcJ7" alt=""><figcaption></figcaption></figure>

#### **Variable Configuration**

To configure variables, click "**Edit**" on the newly created component.

<figure><img src="/files/jDqUWmNxlTOZFjT4GTsD" alt=""><figcaption></figcaption></figure>

Details:

* **EDI**: Add or drag the EDI that needs to be converted.
* **Upload JSON**: Select a JSON schema.
* **Encode**: Choose the desired format (UTF-8 or base64).

{% hint style="info" %}
[Find out about the Module Header here](/english/skyone-studio/integrations/flows/module-header.md).
{% endhint %}


---

# 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.skyone.cloud/english/skyone-studio/integrations/flows/tool-modules/edi-module.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.
