# GEDI Status

Here you can find a list and description of the standard GEDI statuses. For more information on what a GEDI status is and how it works, please see the section in [Core Concepts / GEDI Status](/standard-app-core-concepts/concepts/gedi-status-codes.md)

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

<table><thead><tr><th width="98.33333333333331">#</th><th>GEDI Status</th><th>Description</th></tr></thead><tbody><tr><td>1.</td><td>EDI Imported</td><td>Document is imported via GEDI.</td></tr><tr><td>2a.</td><td>OK Control</td><td>Document was controlled and no comments found.</td></tr><tr><td>2b.</td><td>Error in Control</td><td>Document was controlled an comments were found.</td></tr><tr><td>3.</td><td>Requested (ACK)</td><td>Acknowledge is triggered and in the GEDI message queue waiting processing.</td></tr><tr><td>4a.</td><td>Sending (ACK)</td><td>Acknowledge is processed and waiting to be uploaded to CIP.</td></tr><tr><td>4b.</td><td>Error in Export</td><td>Acknowledge couldn't be processed. Usually a mapping error.</td></tr><tr><td>5a.</td><td>Sent (ACK)</td><td>Acknowledge was uploaded to CIP, processed, and sent to the next party.</td></tr><tr><td>5b.</td><td>Error in Message (ACK)</td><td>Acknowledge couldn't be uploaded to CIP. Usually a structure error in the message.</td></tr><tr><td>5c.</td><td>Error from Cloud (ACK)</td><td>Acknowledge couldn't be processed by CIP. Usually missing information or incorrect information.</td></tr><tr><td>6a.</td><td>Received (ACK)</td><td>Acknowledge was confirmed to be received by the next party.</td></tr><tr><td>6b.</td><td>Error or Rejected (ACK)</td><td>Acknowledge was rejected by the next party. Usually because their validation found an error.</td></tr><tr><td>7.</td><td>Requested (CFM)</td><td>Confirmation is triggered and in the GEDI message queue waiting processing.</td></tr><tr><td>8a.</td><td>Sending (CFM)</td><td>Confirmation is processed and waiting to be uploaded to CIP.</td></tr><tr><td>8b.</td><td>Error in Export</td><td>Confirmation couldn't be processed. Usually a mapping error.</td></tr><tr><td>9a.</td><td>Sent (CFM)</td><td>Confirmation was uploaded to CIP, processed, and sent to the next party.</td></tr><tr><td>9b.</td><td>Error in Message (CFM)</td><td>Confirmation couldn't be uploaded to CIP. Usually a structure error in the message.</td></tr><tr><td>9c.</td><td>Error from Cloud (CFM)</td><td>Confirmation couldn't be processed by CIP. Usually missing information or incorrect information.</td></tr><tr><td>10a.</td><td>Received (CFM)</td><td>Confirmation was confirmed to be received by the next party.</td></tr><tr><td>10b.</td><td>Error or Rejected (CFM)</td><td>Confirmation was rejected by the next party. Usually because their validation found an error.</td></tr><tr><td>11.</td><td>EDI Requested</td><td>Message is triggered and in the GEDI message queue waiting processing.</td></tr><tr><td>12a.</td><td>EDI Sending</td><td>Message is processed and waiting to be uploaded to CIP.</td></tr><tr><td>12b.</td><td>Error in Export</td><td>Message couldn't be processed. Usually a mapping error.</td></tr><tr><td>13a.</td><td>EDI Sent</td><td>Message was uploaded to CIP, processed, and sent to the next party.</td></tr><tr><td>13b.</td><td>Error in Message</td><td>Message couldn't be uploaded to CIP. Usually a structure error in the message.</td></tr><tr><td>13c.</td><td>Error from Cloud</td><td>Message couldn't be processed by CIP. Usually missing information or incorrect information.</td></tr><tr><td>14a.</td><td>EDI Received</td><td>Message was confirmed to be received by the next party.</td></tr><tr><td>14b.</td><td>Error or Rejected</td><td>Message was rejected by the next party. Usually because their validation found an error.</td></tr><tr><td>15.</td><td>PDF Requested</td><td>PDF is triggered and in the GEDI message queue waiting processing.</td></tr><tr><td>16.</td><td>PDF Sent</td><td>PDF is sent via email.</td></tr><tr><td>17.</td><td>PDF Requested (confirmation)</td><td>PDF confirmation is triggered and in the GEDI message queue waiting processing.</td></tr><tr><td>18.</td><td>PDF Sent (Confirmation)</td><td>PDF confirmation is sent via email.</td></tr></tbody></table>


---

# 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.goldenedi.com/standards/standard-app/gedi-status.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.
