# Message transformation by Nexus

“Transformation” is different from translation. Whereas translation moves the data unchanged from one message format to another, **transformation in Nexus may actually change the value of some elements of the message**.

Some messages need to be transformed by Nexus after they are received from the Source IPS and before they are sent to the Destination IPS (or vice versa).

Transformation varies depending on the message type but may involve:

* Moving the agents in an instruction (eg changing the Instructing and Instructed Agents after the first leg of the payment has been processed in the Source IPS)
* Converting a currency and payment value from the Source Currency to the Destination Currency (according to exchange rate given in the message, which will be verified against the Nexus quote ID provided in the message)


---

# 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.nexusglobalpayments.org/messaging-and-translation/message-transformation-by-nexus.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.
