> 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/request-an-integration.md).

# Request An Integration

### 📩 Request a DAFpay Integration

If you don't see your fundraising platform listed among Chariot's [integration partners](https://www.givechariot.com/fundraising-platform-all-integrations), you can reach out to your account representative to request that they enable DAFpay on their donation forms.

Chariot’s integration is fast and straightforward—usually it’s just a matter of letting your platform know you’d like DAFpay turned on.

***

### ✉️ Template Email to Your Fundraising Platform

Here’s a ready-to-use email you can send to kick off the conversation:

> To: \[Fundraising Platform Rep]
>
> Cc: <elon@givechariot.com>
>
> Subject: \[Fundraising Platform] DAFpay Integration?
>
> Hi \[Fundraising Platform Rep Name],
>
> Hope you're doing well.
>
> Reaching out because I’d like to be able to accept Donor Advised Fund gifts directly on our \[Fundraising Platform]-hosted donation forms.
>
> DAFpay, powered by Chariot, is a super easy, 3-click DAF donation button that can be added directly to donation forms as an additional payment option. We think this could be a big unlock for our DAF fundraising efforts, and so would appreciate you turning on the DAFpay integration ASAP.
>
> I’ve cc’d Elon Packin on the Chariot team to help coordinate. (I see they’re [already integrated](https://www.givechariot.com/fundraising-platform-all-integrations) with a lot of other platforms, too).
>
> Sincerely,
>
> \[Your name]

***

### 🚀 Get Started Today

While your platform works on enabling DAFpay, you can still get started with Chariot immediately by claiming your organization’s Chariot account. This allows you to:

* Receive DAF gifts faster and more securely
* Access detailed donor and gift data in your dashboard
* Simplify gift processing with automated reporting

👉 [Claim your Chariot account](https://dashboard.givechariot.com/signup) to ensure your organization is ready to accept DAF gifts.


---

# 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/request-an-integration.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.
