# EDI Acknowledgment

An *EDI Acknowledgement* task issues an acknowledgment notification to the sender when an EDI message is received.

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

To use an *EDI acknowledgment* task, drag-and-drop the *EDI Acknowledgement* object onto the workflow designer. Configure the object by right-clicking on the object’s header and selecting *Properties* from the context menu.

![](/files/wbH2CpQBHHkngQ1hUGtV)

An *EDI Acknowledgement* *Properties* window will open, as shown below. Here, we need to provide the following information:

![](/files/mbUygE6oCJcExZGVsKcT)

* *Partner Profile*: This is the path to the .tpp extension file that governs the EDI exchange with a specific customer or vendor.
* *Input File*: This is the path to the .edi extension file that contains the EDI source file reader.
* *Acknowledgement Settings*:
  * *File Path*: This is the output file path.
  * *Transaction Set*: This is the acknowledgment that is being created, i.e.., a 997 or a 999, etc..
  * *Pretty Print*: This adds a line break after each segment.
  * *Omit Byte Order Mark*: Leaves out the first two bytes for UTF indicating the actual encoding for the rest of the file.&#x20;

{% hint style="info" %}
**Note:** Windows makes use of this, other systems might get confused by these two extra bytes.
{% endhint %}

This concludes our discussion on the *EDI Acknowledgement* workflow task in Astera.


---

# 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://documentation.astera.com/workflows/edi-acknowledgment.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.
