# Donations

<figure><img src="/files/0IoyENxxz3kVzvOg5fcG" alt=""><figcaption></figcaption></figure>

This allows any website to accept cryptocurrency donations. Whether it’s an open-source code project, a charity or any other cause, it allows the project to accept donations in USDT from donors who can make the donation in one of the wide range of coins or tokens listed on JustMoney Swap.

The organization embeds a small snippet of code onto their website, along with their destination wallet addresses, and it will render a button like the one shown (above on the right). When a visitor clicks the button, it will open a small popup window (shown above on the left) where the visitor can input the amount to donate and click the “go to payment” button. They will then be taken to the payment interface to complete the transaction which is sent directly to the project’s defined wallets.

The colors of the button can easily be customized to match the branding of the page.

Instructions and documentation can be found at [JustMoney Pay](https://pay.just.money/documentation#donation_button)

You can find a demo of the donation button on our website.


---

# 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://book.just.money/jmguide/justmoney-pay/donations.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.
