> For the complete documentation index, see [llms.txt](https://help.maearth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.maearth.com/resources-for-donors/questions-about-donations/donation-receipts.md).

# Donation Receipts

All donors will receive a receipt via Stripe for their donation(s) on Ma Earth. Receipts will display the name of the recipient organization—not Ma Earth. Please note that if the project is working with a [host partner](/resources-for-host-partners/host-partner-guide.md), this receipt will display the host partner organization name, as funds will flow through that organization to the project.

If you have verified your email, you will also receive confirmation from Ma Earth that you have [unlocked matching funds](/resources-for-donors/unlocking-matching-funds.md) for your donation.

#### Tax receipts for larger donations

[Contact us](https://maearth.com/contact) if you need a tax receipt for a donation of $2,000 USD or more.&#x20;

Ma Earth may be able to provide tax receipts for qualifying donations. We'll work with you and the organization (or host partner) to provide appropriate documentation if possible.

*Note: Not all donations are tax-deductible; eligibility for a tax receipt will depend on your country's tax laws and the country of the organization or fiscal host receiving your donation.*&#x20;

Kindly allow 2-3 weeks for us to coordinate tax receipt documentation for large donations.


---

# 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://help.maearth.com/resources-for-donors/questions-about-donations/donation-receipts.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.
