# How to use this site

We recommend starting by reading **chapter 2 of the** [**2024 overview report**](https://www.nexusglobalpayments.org/wp-content/uploads/2025/03/Project-Nexus-Report-Phase-3.pdf) for a non-technical overview of how Nexus works.

The rest of this site gives a more technical overview of Nexus, tailored at professionals in the payments industry. Each section begins with a **60-second summary.**

* [Payment Setup](/payment-setup/key-points.md) describes the scope of Nexus payments and how they are setup from the Sender's perspective. It describes some of the information that is exchanged between the Sender's bank (the Source PSP) and Nexus.
* [Addressing & Proxy Resolution](/addressing-and-proxy-resolution/key-points.md) describes how payments in Nexus can be addressed using proxies (like a mobile number), International Bank Account Numbers or local account numbers. It also describes the features that allow the Sender to confirm the identity of the payee.
* [FX Provision](/fx-provision/key-points.md) describes the role of financial institutions who swap the sender's currency for the recipient's.
* [Payment Processing](/payment-processing/key-points.md) describes how banks or payment service providers (PSPs) and instant payment system operators (IPSO) should process Nexus payments, and what to do when something goes wrong.
* [Settlement Access Provision](/settlement-access-provision/key-points.md) describes the role of the financial institutions who provide accounts to FX Providers (and some foreign PSPs) so that they can provide FX to Nexus payments, despite not being a full member of a country's IPS.
* [Messaging & Translation](/messaging-and-translation/key-points.md) describes the specific ISO 20022 messages that are used in Nexus. It also describes how countries who do not use ISO 20022 domestically should translate to and from the Nexus standard messages.

{% hint style="info" %}
This site is a live document, and will be regularly updated with the latest specifications as the project advances.

We welcome [feedback and suggestions](broken://pages/GLzX6ut1z1esZXAGDgNH) for improvement to the design of Nexus.
{% 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.nexusglobalpayments.org/introduction/how-to-use-this-site.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.
