> For the complete documentation index, see [llms.txt](https://help.givechariot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.givechariot.com/dafpay/ways-to-give-page.md).

# Ways To Give Page

Your website is one of the most powerful tools for increasing Donor Advised Fund (DAF) donations. In this guide, you'll find tips and examples for how to effectively feature DAFpay on both a dedicated page and a general "Ways to Give" page.

{% hint style="info" %}
**Tip:** We recommend including two DAFpay CTAs — a button and a tile — to allow donors to give instantly or scroll for more information. See [Blood Cancer United](https://www.lls.org/gift-donor-advised-funds?gad_source=1\&gad_campaignid=22447058597\&gbraid=0AAAAAD_IbeKBmgxjVWqsefPEab3A_oJBa\&gclid=CjwKCAjwqKzEBhANEiwAeQaPVVsu6PtZV-_OxslkdoibG9RIegof5gL-t-_1kO5Cp4eLPGmAr-EoshoCCpcQAvD_BwE\&gclsrc=aw.ds)
{% endhint %}

***

### Dedicated DAF Giving Page

A dedicated DAF giving page is best for organizations looking to educate donors and streamline DAF giving with a focused message.

<details>

<summary>✍️ Suggested Messaging</summary>

<figure><img src="https://2623134947-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYeSwaMWBAjiYfXgDU5ZT%2Fuploads%2FKcFyfu6PMrRS6zbAga3R%2Fimage%201.png?alt=media&amp;token=06a6b2e8-f509-47c9-b6bf-dbf943d104d2" alt="" width="563"><figcaption></figcaption></figure>

**Title:** Donor Advised Fund

**`EMBED DAFPAY BUTTON HERE`**

You can now give from your Donor Advised Fund (DAF) directly on our website in just 3 clicks. Simply click the DAFpay button below. This is the fastest and easiest way to give from hundreds of DAF providers, including:

* Fidelity Charitable
* National Philanthropic Trust
* Daffy

If this donation is in honor of a person or event, please include that note in the message field of the DAFpay button.

**`EMBED DAFPAY TILE HERE`**

Why Give From Your DAF Directly on This Page?

* Avoid lost checks and mailing delays
* Notify us of your donation instantly, so we can say thanks
* Track your gift from initiation through to fund receipt

What Are the Main Advantages of a DAF?

* Simplicity: The DAF sponsor handles all administration and receipts
* Flexibility: Separate tax timing from charitable giving
* Tax-efficiency: Receive an immediate income tax deduction for cash contributions, avoid capital gains for stock contributions, and pay no taxes on appreciation
* Legacy: Build a tradition of family philanthropy

{% hint style="info" %}
Make sure to always incude your organization's mailing address, EIN, and contact email on your DAF ways to give page.
{% endhint %}

</details>

***

### DAF Paragraph Callout

Best for organizations that list multiple giving options on one page but want to feature DAFs more prominently.

<details>

<summary>✍️ Suggested Messaging:</summary>

**Donor Advised Funds**

You can now give from your Donor Advised Fund (DAF) directly on our website in just 3 clicks. Simply click the DAFpay button below. This is the fastest and easiest way to give from hundreds of DAF providers, including Fidelity Charitable, National Philanthrropic Trust,, and Daffy.

If this donation is in honor of someone or something, include your message in the DAFpay button field.

**`EMBED DAFPAY BUTTON HERE`**

</details>

***

### Create a Vanity Link

Once your DAF giving page is finalized, create a **custom vanity URL** for marketing and donor outreach. See <http://aclu.org/daf>

This makes it easier to link from email campaigns, social posts, or printed materials.


---

# 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.givechariot.com/dafpay/ways-to-give-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.
