# Transactions

Transactions are the building blocks for your Lunch Money experience! A transaction represents the movement of money, whether that's between existing accounts or from your credit card to a merchant.

***

### Transaction Actions

* [Creating transactions](/finances/transactions/transaction-actions.md#creating-transactions)
* [Updating transactions](/finances/transactions/transaction-actions.md#updating-transactions)
* [Deleting transactions](/finances/transactions/transaction-actions.md#deleting-transactions)

### Transaction Types

* [Split transactions](/finances/transactions/transaction-types.md#split-transactions)
* [Group transactions](/finances/transactions/transaction-types.md#group-transactions)
* [Recurring transactions](/finances/transactions/transaction-types.md#recurring-transactions)

### Transaction Status

* [Reviewed vs. unreviewed](https://support.lunchmoney.app/finances/pages/S0gHX7uIHjQaW4RMu1Wn#reviewed-vs.-unreviewed)
* [Automatic review settings](/finances/transactions/transaction-status.md#automatic-review-settings)
* [Automatic transaction status updates with Rules](/finances/transactions/transaction-status.md#automatic-transaction-status-updates-with-rules)

### Transaction Enhancements

* [Categories](/finances/transactions/transaction-enhancements.md#categories)
* [Tags](/finances/transactions/transaction-enhancements.md#tags)
* [Attachments](/finances/transactions/transaction-enhancements.md#attachments)

### Other Features

* [View Change History](/finances/transactions/other-features.md#view-change-history)
* [Exporting Transactions](/finances/transactions/other-features.md#exporting-transactions)
* [Filters](/finances/transactions/other-features.md#filters)
* [Sorting](/finances/transactions/other-features.md#sorting-ascending-descending)[ (Ascending / Descending)](/finances/transactions/other-features.md#sorting-ascending-descending)
* [Adjusting Column Width](/finances/transactions/other-features.md#adjusting-column-width)
* [Show/Hide Columns](/finances/transactions/other-features.md#show-hide-columns)
* [Deduplication Tool](/finances/transactions/other-features.md#deduplication-tool)

### FAQ

* [Frequently Asked Questions](/finances/transactions/transactions.md#frequently-asked-questions)


---

# 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://support.lunchmoney.app/finances/transactions.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.
