> 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-charities/resources-givegenius/adding-givewise-to-your-donation-page.md).

# Adding "GiveWise" to Your Donation Page

### **Overview**

This resource helps you guide donors to give in the way that works best for them. Whether GiveWise is your **primary donation platform** or a **supplementary tool** to expand giving options, integrating it into your **Ways to Give** or **Donation Page** is simple and effective.

### What is a Give Page?

A Give Page (or Donation Page) is where you direct donors to learn about and choose from the various ways they can support your charity.

### Why Give Through GiveWise?

GiveWise provides donors with a flexible, secure way to give—especially for donations beyond traditional credit card payments. We’re continuously refining this platform and invite you to explore its potential for expanding your donors' giving options.

### GiveWise Allows Donors To:

✔ **Give Securely & Conveniently** – Make one-time or recurring donations with ease.

\
✔ **Access More Ways to Give** – Donate via bank transfer, donor-advised fund (DAF), securities, cryptocurrency, and other complex assets.

\
✔ **Simplify Tax Receipting** – Consolidate tax receipts for all charitable giving.

\
✔ **Maximize Their Impact** – Set up a Donor-Advised Fund (DAF) to grow their giving over time.

***

### How to Use GiveWise on Your Donation Page

You have **two easy integration options** based on how you use GiveWise:

#### **Option 1: Use GiveWise as Your Primary Donation Button**

Use this if you’re using GiveWise as your **main giving platform** or want to encourage donors to explore flexible giving options.

**Suggested Button Language:**

**Looking for more ways to give?**\
Give through GiveWise to donate via bank transfer, securities, cryptocurrency, or a Donor-Advised Fund (DAF)—options that may not be available through other platforms. You’ll also receive your tax receipt instantly!\
➡ \[**Give Now Through GiveWise**] *<mark style="background-color:orange;">(Link GiveGenius URL )</mark>*

***

**Option 2: Use GiveWise as a Secondary Giving Option**

Use this if your **primary donation platform** handles most transactions, but doesn’t accept all types of donations (e.g. securities, crypto, DAFs). GiveWise becomes your **“smart giving” option**.

**Suggested Section Language:**

**Want to increase your impact or give in a more tax-efficient way?**\
Through GiveWise, you can donate stocks, bonds, mutual funds, crypto, or give through your donor-advised fund (DAF)—often with added tax benefits like eliminating capital gains tax.\
➡ \[**Make a Smart Gift Through GiveWise**] *<mark style="background-color:orange;">(Link GiveGenius URL )</mark>*

***

**Option 3: Use GiveWise as a Secondary Giving Option and clarify your preferred method**

Here’s some sample wording you could use:

**Looking to give another way?**\
If you're interested in donating via **bank transfer, donor-advised fund, securities, or cryptocurrency**, we partner with **GiveWise** to make these options simple and secure.

\
➡ **\[Give Other Ways]** *<mark style="background-color:orange;">(Link GiveGenius URL )</mark>*

For **credit card donations**, please continue to use our standard donation form so we can thank you promptly and track your generous support in our system.


---

# 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-charities/resources-givegenius/adding-givewise-to-your-donation-page.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.
