# Jan 24, 2022

## New Features

* User is able to [add bank](/api-references/funds/funding-account-widget.md) and create an [ACH transaction](/api-references/transaction/create-1.md)&#x20;
* New API to [delete send user's funding account](/api-references/funds/delete-user-funding-account.md). User is also able to delete funding account using the widget.
* Webhooks for changes in [delivery status and status of funding accounts](/api-references/webhooks/events.md)


---

# Agent Instructions: 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:

```
GET https://paas.docs.machnetinc.com/changelog/2022/jan-24-2022.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.
