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

# Create Funding Transaction

Use this page to create the funding source itself and to record incoming payments against that source.

Funding Transactions represent the awarded or requested funds received from the Programs your organization works with. A Funding Transaction can be created as soon as a grant application is submitted, even before funds are officially awarded or received.

Creating the Funding Transaction early allows your organization to begin tracking all related activities, allocations, budgets, and updates from the start of the grant lifecycle. This helps maintain accurate records and ensures that funding information is organized throughout the entire process.

{% stepper %}
{% step %}

### New Funding Transaction

* On your Manage Program Funds dashboard, locate the "New Funding Transaction" button.
* Click on "New Funding Transaction" to initiate a new funding transaction. A pop-up window will appear.

<img src="/files/32f59b6cef4a28647771109ac75419ee4313176d" alt="" width="375">
{% endstep %}

{% step %}

### Fill in the Details

Enter the required information to create the funding record:

* Name of the funding transaction
* Program Account (This is the Program/Entity you are receiving funding from)
* Total amount requested (grant value)
* Cap amount

If you do not see the Program that you need, you can go to your Main Nav and create a new Program record in the Funder Accounts and then create your new Funding Transaction.

The Cap Amount defines the maximum portion of the fund that can be allocated or utilized. This is important for maintaining control over spending, ensuring that allocations do not exceed approved limits, and helping you manage partial funding across multiple projects or tasks.

Once all details are entered, click on "Create Funding Transaction".
{% endstep %}
{% endstepper %}

### Outcome

Your new Funding Transaction has been created and is ready to be used for allocation, tracking, and utilization across your projects. You can now record payments as you receive funds, track every activity related to this fund, utilize, allocate to projects directly, and more, all from this Funding Record Dashboard.&#x20;

<figure><img src="/files/2ryeV38ALphOdhB5YFMv" alt=""><figcaption></figcaption></figure>


---

# 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.buildertek.com/index-4/create-funding-transaction.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.
