> 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/expenses-1.md).

# Expense Records

Expense records are used for project costs that do not involve invoices or purchase orders but still need to be tracked for accurate financial reporting. These may include items such as property tax, permits, or other direct payments.

Creating expense records ensures that all outflows are captured and aligned with your allocated funding.

### Step 1: Create an Expense Record

Once your project is funded, you can begin recording expenses against the allocated funds.

From your BT Project Dashboard, locate the "BT Expenses" tab on the right side under Quick Links.

<figure><img src="/files/4md6KX8NTmxtLbWJeUxA" alt=""><figcaption></figcaption></figure>

Click on "New" to create a new expense record.

Enter the required details, including:

* Name of the expense
* Description
* Amount
* Select the relevant Budget Line

Once all details are entered, click "Save".

Your new expense record is now created and ready for allocation.

![New Expense Form](/files/wrMGUS7BK3JeGpQBVCJj)

### Step 2: Allocate the Expense to the Budget Item

To link the expense with your funding, navigate to the "Funding" section within the Budget.

Locate the relevant budget item and click on "Allocate" next to it.

<figure><img src="/files/YIBlaUGVVarcIHpqIqH2" alt=""><figcaption></figcaption></figure>

A pop-up window will appear.

* Select: Expense as\
  allocation type & click "Next".
* Select the appropriate expense record and click "Continue".

In the next screen, review all allocation details, including funding source and amount.

Once verified, click "Create Allocation" to complete the process.

![Select Expense Record](/files/DDEY2JWyBIap0SWxKdta)

![Expense Allocation Form](/files/vqIsbVuUKfI1rUUznjgw)

### Outcome

Your expense is now successfully allocated to the selected budget item.

The allocation will be reflected in:

* The Budget Funding dashboard
* The Manage Funding Transactions dashboard under allocated funds

This ensures complete visibility into how your funding is being utilized across the project.

***


---

# 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/expenses-1.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.
