# Recurring Transactions

#### Jump to:

* [**Linking recurring transactions to recurring items**](#linking-recurring-transactions-to-recurring-items)
  * [Automatic linking (via rules)](#automatic-linking-via-rules)
  * [Manual linking](#manual-linking)
* [**Viewing linked recurring transactions**](#viewing-linked-recurring-transactions)

***

The relationship between transactions and recurring items in Lunch Money is important to understand. In Lunch Money, transactions represent a singular expense or income to a particular account. If a transaction is linked to a recurring item, that transaction represents that period’s payment for the recurring item.

{% hint style="info" %}
Once a transaction is linked to a recurring item, it cannot be further split or grouped. A recurring transaction will be in a final state and will inherit the same merchant (payee) and description (notes) as defined in the recurring item that it is associated with. With that said, while you can't split or group a recurring transaction, you can split or group the transaction beforehand, and then link to the recurring item.
{% endhint %}

A recurring transaction’s font will change to teal, and a recurring icon will appear next to the amount field on the Transactions page:

![](/files/-MAF8bjMK6DI2nXMxZcI)

## Linking recurring transactions to recurring items

Once you have created your recurring item(s) on the Recurring page, any recurring transactions can then be linked to represent a period’s payment. Eg. If you set up a Recurring expense that occurs twice a month, the expectation is two linked transactions per month.

### **Automatic linking (via rules)**

Newly created transactions will automatically link to recurring items if they match the recurring rules set up. If the rule is missing, the transactions would have to be manually linked to the recurring items.

Existing transactions that are edited to match a rule will not automatically link to recurring items unless the rule has the “Run rule on transaction updates” setting enabled.

{% hint style="info" %}
You can view all rules on the [Rules page](https://my.lunchmoney.app/rules), under Setup. To view only the recurring rules, click on “Recurring Rules” from the menu on the left.
{% endhint %}

### **Manual linking**

Recurring transactions can also be linked manually via the Transactions page. To learn more about linking or creating recurring transactions, please [see here](/finances/transactions/transaction-types.md#how-to-link-an-existing-transaction-to-a-recurring-item).

## Viewing linked recurring transactions

From the Recurring page, you are able to access filtered views of the recurring transactions associated with the recurring items.

To get a quick look at all transactions linked to a recurring item only within the current month view, locate the recurring item in the table and then click on the magnifying glass icon to the far-right of the row:

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXfDKNm_2IOeFb34InpoJZJQZPlPItGjU20HJuhefIikEEN9LciB0Kwc7tbEekfqryFLcsUQDBEPH64J0R7F-T4pRQiI-bBNpsfjuOAqq3tE4zIckL5CKr_j2eTuKa4C9v59mIkgB4exPDoTprzWNMMkegei?key=_VQCALLf2VI72xILJ2wvDA" alt="" width="563"><figcaption></figcaption></figure>

#### To view all past transactions (from all periods) linked to a recurring item:

1. Locate the recurring item in the table and click on the arrow on the far-right of the row
2. In the ‘Edit Recurring Item’ panel, click on the “View past recurring transactions’ button.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXdHCo-noV1MgKirVHheX24T4j_lU8oBmtLbESaH9smoAIefzSKLtAp3FeLAS0okJnu5yqxCNsEkNRBILBLHklyjIK6Tq6bvNKSCp66n3SJuSv0g-kzCbKYntMo_iDVU5NkDg4yu-CnV6ORcvMcO1RggFM4?key=_VQCALLf2VI72xILJ2wvDA" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/recurring-items/recurring-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.
