# Message has already been processed

{% hint style="danger" %}
`Message has already been processed`
{% endhint %}

This error occurs because the request sent to Unifi references a message ID that corresponds to an existing transaction in the receiving Unifi system. This usually happens when the receiving Unifi systems integration has been linked to two separate systems, i.e. a dev and UAT system, and therefore your message IDs are duplicated.

Ensure that the message IDs you are sending are unique, and/or you remove the preciously duplicated transactions in the receiving system.


---

# 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.sharelogic.com/unifi/4.0/troubleshooting/integration-responses/message-has-already-been-processed.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.
