# Request a Payment

Fill out the Safe's payment request form to request a payment. There are two ways you can get to this form:

1. If you're a Safe signer or organization member, you can click Payment Requests -> Request a Payment

   <figure><img src="/files/Hh7LiQBLTBNo6oaOQAi3" alt=""><figcaption></figcaption></figure>
2. Otherwise, a Safe signer or [organization editor](/organizations/overview.md) can send you a link to the form.

Once you have the form, fill in the payment details.

<figure><img src="/files/6ba6NsTr3uaGnYaksu1w" alt=""><figcaption></figcaption></figure>

Next, add a description and upload any relevant files. You can also add a bookkeeping category and workstreams for requests to Safes that are in [Organizations](/organizations/overview.md).

<figure><img src="/files/79ZjcrkKLE47lCrM0ccY" alt=""><figcaption></figcaption></figure>

Finally, review the request to confirm it's correct before submitting it to the Safe.

<figure><img src="/files/u0K1YrRU0g6wx8Vihdy6" alt=""><figcaption></figcaption></figure>


---

# 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/request-a-payment.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.
