# Payload Delivery

### What is a Payload?

In Xumm, a payload is a sign request sent by applications or developers to users for interaction. Users review the payload and decide to reject or accept by signing.

### Delivery Methods

Xumm offers various payload delivery methods:

* **Deep Linking**: Open the Xumm app with the payload already loaded.
* **QR Code Scanning**: Users scan a QR code to access the payload.
* **Push Notifications**: Send payloads as push notifications.

### Status Updates

After delivering a payload, tracking its status is vital to know whether the user has interacted with it. Xumm provides mechanisms for obtaining notifications and results of payload interactions. You can learn more about this in the [Status updates](/concepts/payloads-sign-requests/status-updates.md) section.

### Moving Forward

Now that you have an overview of what payload delivery entails in Xumm, you can delve into the specifics of each delivery method.


---

# 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.xaman.dev/concepts/payloads-sign-requests/delivery.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.
