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

# ChangeUp DMS

- [Platform Overview](https://docs.changeup.com/app/changeup-dms/platform-overview.md): ChangeUp’s Donation Management System (DMS) is a robust suite of donation tools used by merchants, platforms, and banks, all accessible via app.changeup.com or the ChangeUp APIs.
- [Setup a ChangeUp DMS account](https://docs.changeup.com/app/changeup-dms/platform-overview/setup-a-changeup-dms-account.md)
- [Implementation Overview](https://docs.changeup.com/app/changeup-dms/implementation-overview.md)
- [Widget Setup](https://docs.changeup.com/app/changeup-dms/widget-setup.md): A widget is a small block of code (approx. 12k) generated by the DMS that enables embedding the donation functionality in your application.
- [Create a widget](https://docs.changeup.com/app/changeup-dms/widget-setup/create-a-widget.md)
- [Configure Donate-at-Checkout](https://docs.changeup.com/app/changeup-dms/widget-setup/configure-donate-at-checkout.md)
- [Install widget](https://docs.changeup.com/app/changeup-dms/widget-setup/install-widget.md)
- [Implement the post-checkout webhook](https://docs.changeup.com/app/changeup-dms/widget-setup/implement-the-post-checkout-webhook.md)
- [Test and Live Environments](https://docs.changeup.com/app/changeup-dms/widget-setup/test-and-live-environments.md)
- [Deactivating a widget](https://docs.changeup.com/app/changeup-dms/widget-setup/deactivating-a-widget.md)
- [Promoting a widget](https://docs.changeup.com/app/changeup-dms/widget-setup/promoting-a-widget.md)
- [Checkout Preview](https://docs.changeup.com/app/changeup-dms/widget-setup/checkout-preview.md)
- [Reporting](https://docs.changeup.com/app/changeup-dms/reporting.md)
- [Viewing Reports](https://docs.changeup.com/app/changeup-dms/reporting/viewing-reports.md)
- [Download Data](https://docs.changeup.com/app/changeup-dms/reporting/download-data.md)
- [Embed Reports](https://docs.changeup.com/app/changeup-dms/reporting/embed-reports.md)
- [Using Report Filters](https://docs.changeup.com/app/changeup-dms/reporting/using-report-filters.md)
- [Canceling a Transaction](https://docs.changeup.com/app/changeup-dms/reporting/canceling-a-transaction.md)
- [View transactions details](https://docs.changeup.com/app/changeup-dms/reporting/view-transactions-details.md)
- [Donation Invoicing](https://docs.changeup.com/app/changeup-dms/donation-invoicing.md)


---

# 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://docs.changeup.com/app/changeup-dms.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.
