> For the complete documentation index, see [llms.txt](https://guide.givewise.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.givewise.ca/for-donors-getting-started-with-givewise/accessing-your-tax-receipts.md).

# Accessing Your Tax Receipts

### Viewing and Downloading Your Tax Receipts

1. If you haven't already, visit fund.givewise.ca to create a GiveWise Giving Fund and set a password.
2. Log into your Giving Fund.
3. Navigate to the **"Tax Receipts"**  tab on the top navigation bar.\
   ![](/files/rMxaDXNfmlZi0Z3Nkt2L)
4. Click on the calendar year to download a tax receipt as a PDF.
5. You can also choose the **"Year-to-Date"** option to view the current year's tax receipt so far.

Your tax receipts are available to access anytime and will continue to update as eligible contributions clear.

***

### **Gave through a charity’s website using GiveWise?**

If you made a donation through a charity’s website and were directed to GiveWise (via GiveGenius), your tax receipt is still available — but only if you create a free **Giving Fund**. See the FAQ below for full details.

#### I gave through GiveWise on a charity’s website — where is my tax receipt?

To access your tax receipt, you’ll need to create a free **Giving Fund** with GiveWise. This allows us to:

* Link your donation securely to you
* Issue an official CRA-compliant receipt
* Provide 24/7 access to your past giving and receipts

**Why is this required?**\
CRA guidelines require all tax receipts to be linked to a verified donor record. Creating a Giving Fund ensures your gift is properly attributed and receipted.

**What if I didn’t create a Giving Fund when I gave?**\
You can still create one now using the same email you used when donating. Once it’s set up, your receipt will appear under the **Tax Receipts** tab.

**Can I still get a receipt without a Giving Fund?**\
No. Donations made without a verified Giving Fund will not be provided a tax receipt through any other method. Tax receipting is self-serve and requires donors to create a free Giving Fund to access. We recommend creating one right away to ensure full access to your donation history and receipts.

Need help? Contact <support@givewise.ca> and we’ll be happy to assist you.

***

<mark style="color:blue;">**Unlock all the benefits of GiveWise—visit**</mark> [<mark style="color:blue;">**GiveWise.ca**</mark>](https://givewise.ca/)


---

# 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://guide.givewise.ca/for-donors-getting-started-with-givewise/accessing-your-tax-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.
