# Payment Requests

- [Overview](https://docs.onchainden.com/payment-requests/overview.md): Managing and creating Payment Requests
- [Send the Request Form](https://docs.onchainden.com/payment-requests/send-the-request-form.md): Send a link that can be used to request a payment
- [Request a Payment](https://docs.onchainden.com/payment-requests/request-a-payment.md): Request a payment from the Safe
- [See Requests you've sent](https://docs.onchainden.com/payment-requests/see-requests-youve-sent.md): See all the requests you've sent
- [Approve and Pay Requests](https://docs.onchainden.com/payment-requests/approve-and-pay-requests.md): Approve, reject, and pay the requests users have sent to a Safe


---

# 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.onchainden.com/payment-requests.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.
