# FAQ

### Frequently Asked Questions

1. [What’s the difference between recurring transactions, items and rules?](#id-1.-whats-the-difference-between-recurring-transactions-items-and-rules)
2. [Can I disable suggested recurring item detection?](#can-i-disable-suggested-recurring-item-detection)
3. [How do I request a new feature for Recurring Items?](#id-2.-how-do-i-request-a-new-feature-for-recurring-items)

***

## What’s the difference between recurring transactions, items and rules?

**Recurring Transactions** are any transactions that repeat on a regular cadence, with the same payee and amount. These are managed on the Transactions page.

**Recurring Items** hold the recurring transactions within them, and are managed on the Recurring page.

**Recurring Rules** define the transaction properties by which a transaction is considered recurring, and will automatically link the matched transaction to the relevant recurring item.

## Can I disable suggested recurring item detection?

You can effectively prevent transactions from being associated with suggested recurring items by creating a 'Don't link to recurring' rule on the [Rules page](https://my.lunchmoney.app/rules):

\
**Here's how to set up the rule:**

1. Go to the [Rules page](https://my.lunchmoney.app/rules)
2. Click on 'Add a new rule'
3. Under "If..", click on 'Add condition' and choose 'Matches day'
4. Set the condition to "Day is between (inclusive) 1 & 31"

{% hint style="success" %}
This condition ensures that the rule triggers for any transactions with a date within that range, meaning, all transactions!
{% endhint %}

5. Under "Then..", click on 'Add action' and scroll down to select 'Don't link to recurring item'

{% hint style="success" %}
This action doesn't prevent existing recurring item rules from triggering, and your own recurring items will still work as expected. This action will only prevent the automatic creation of new suggested reucrring items.
{% endhint %}

6. To save the new rule, click on 'Create'

<figure><img src="/files/5w9XwvKuRZlqkgqYm81f" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
Once you've set this rule up, make sure to also clear out any existing suggested recurring items as well, by approving or rejecting them. If you have pending suggested recurring items to review, you will see a 'Show suggestions' button on the [Recurring page](https://my.lunchmoney.app/recurring/). You can also [click here](https://my.lunchmoney.app/recurring/suggested) for a direct link.
{% endhint %}

## How do I request a new feature for Recurring Items?

We are always looking for feedback on new features, and recommend opening a feature request ticket on the Feedback Board here: <https://feedback.lunchmoney.app/recurring-items>

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXcmlXhuGWC6JPYuGn15MQ65o7Ef24Qb1_AA-gEeik0qmVwqw9t_-k9Yi8lQUOO0Hx0G7WvQtLSKU9HCJ2tD4J0h3kw7eyB7tn-y3zE6ezMRcyhAQtYH74urxyi6kyxEK3flT7jBExDjE8ITTidJP_X4tQtk?key=_VQCALLf2VI72xILJ2wvDA" alt=""><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/faq.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.
