> For the complete documentation index, see [llms.txt](https://faq.thegivingblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.thegivingblock.com/faq/frequently-asked-questions/how-to-donate-to-a-charity-using-the-giving-block-widget.md).

# How to donate to a charity using The Giving Block Widget

1. Find the organization's donation widget on [thegivingblock.com](https://thegivingblock.com/donate/) or by visiting the organizations website
2. Choose the currency you wish to donate and pledge a donation amount (don't worry, you can donate a different amount to the pledged amount)
3. Enter your donor info for the donation (or choose to donate anonymously)&#x20;
4. If you chose to donate anonymously you will be prompted to provide an email if you require a receipt)&#x20;
5. A [unique wallet address](https://docs.thegivingblock.com/faq/frequently-asked-questions/why-is-the-wallet-address-different-every-time) will be generated associated with your donor details
6. 5\) Complete the donation in a [supported cryptocurrency](https://docs.thegivingblock.com/faq/frequently-asked-questions/what-happens-if-i-send-unsupported-currencies-to-a-charity-using-the-giving-block-widget)
7. As soon as the donation is confirmed on the blockchain a certain amount of times ([different for each currency](/faq/frequently-asked-questions/how-long-should-it-take-for-my-receipt-to-arrive-transaction-to-show-on-dashboard.md)) you will be sent an automated receipt from <receipts@thegivingblock.com>
8. You can post it on social and tag @thegivingblock !


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://faq.thegivingblock.com/faq/frequently-asked-questions/how-to-donate-to-a-charity-using-the-giving-block-widget.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
