# Expense

An **Expense** transaction represents money leaving your accounts. When logging an expense, you’ll need to provide two key details that are unique to this transaction type:

* **From**: Select the account from which the expense is being deducted (e.g., checking account, credit card).
* **Category**: Assign the expense to a relevant category (e.g., Groceries, Utilities, Entertainment) to ensure your spending is accurately tracked within your budget.

These details help ensure your expenses are properly categorized and reflected in the correct accounts, keeping your budget up-to-date and organized.

***

<div><figure><img src="/files/H2ImxVmO4OkRyXsa8qCD" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/fbk7MQFcDtzSGmCDR8bH" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://www.beyondbudgetapp.com/transactions/expense.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.
