> 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/daf-day/daf-day.md).

# DAF Day

### **What is DAF Day?**

<figure><img src="/files/hYeu78r1vKysqUBNns0p" alt="" width="563"><figcaption></figcaption></figure>

DAF Day is the national giving day for donor-advised funds — the fastest-growing form of philanthropy in the country. Organized by Chariot every second Thursday in October, DAF Day brings together donors, nonprofits, and DAF providers to inspire DAF giving for the causes that they care about most.

***

### **DAF Day Giving Page**

Join tens of thousands of people making October 8, 2026 the biggest DAF giving day of the year.

To get listed on the [DAF Day Giving Page](https://app.dafday.com), you'll need to verify your organization's Chariot account at [dashboard.givechariot.com/signup](https://dashboard.givechariot.com/signupdashboard.givechariot.com/signup). Once your Chariot account is claimed:

<figure><img src="/files/fJdA9EuPMNfx1QMJ2BFy" alt="" width="563"><figcaption></figcaption></figure>

1. Go to account **Settings**
2. Add your **DAF Giving URL**
3. Add your organization's **Logo**

Once your DAF Giving URL and Logo have been successfully added, your donors will be able to find and donate to your cause on <https://app.dafday.com/>


---

# 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/daf-day/daf-day.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.
