# ChangeUp

## ChangeUp

- [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)
- [Edit Company](https://docs.changeup.com/app/account-settings/edit-company.md)
- [Manage Users](https://docs.changeup.com/app/account-settings/manage-users.md)
- [Invite Users](https://docs.changeup.com/app/account-settings/manage-users/invite-users.md)
- [Two-factor Authentication](https://docs.changeup.com/app/account-settings/manage-users/two-factor-authentication.md)
- [Reset MFA](https://docs.changeup.com/app/account-settings/manage-users/reset-mfa.md)
- [Forgot Password](https://docs.changeup.com/app/account-settings/manage-users/forgot-password.md)
- [Invite users to my account](https://docs.changeup.com/app/account-settings/manage-users/invite-users-to-my-account.md)
- [Resending a user invitation](https://docs.changeup.com/app/account-settings/manage-users/resending-a-user-invitation.md)
- [Deleting a user](https://docs.changeup.com/app/account-settings/manage-users/deleting-a-user.md)
- [View Activity Logs](https://docs.changeup.com/app/account-settings/view-activity-logs.md)
- [API Key](https://docs.changeup.com/app/account-settings/api-key.md)
- [Billing Information](https://docs.changeup.com/app/account-settings/billing-information.md)
- [Create API Keys](https://docs.changeup.com/app/account-settings/create-api-keys.md)
- [APIs](https://docs.changeup.com/app/resources/apis.md): ChangeUp has different APIs for different purposes. They are structured in the following categories: Components, Donations, and Reporting.
- [ChangeUp DMS](https://docs.changeup.com/app/resources/apis/changeup-dms.md)
- [Security Practices](https://docs.changeup.com/app/resources/security-practices.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.changeup.com/app/changeup-dms/platform-overview.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
