# Create Recurring Entries

### Common use cases

* Monthly rent accruals
* Depreciation and amortization
* Deferred revenue recognition (straight-line basis)
* Prepaid expense amortization (insurance, subscriptions)
* Payroll accruals
* Interest expense on loans

{% hint style="info" icon="lightbulb" %}
Recurring entries can start in prior periods - useful when doing catch-up bookkeeping and need consistent entries posted back in time.
{% endhint %}

***

### Creating a recurring journal entry

1. Go to **Accounting** and open any report (Profit & Loss, Balance Sheet, General Ledger, etc.)
2. Click **Create journal entry**
3. Set the **date** and **entity**
4. Enter your debit and credit lines
5. In the **Details** panel on the right:
   * Set **Recurrence** (daily, weekly, monthly, yearly, or custom)
   * Add a **Memo** to describe the entry
   * Optionally attach supporting documents
6. Click **Save** — Kick generates each entry automatically on schedule

***

### Editing a recurring entry

1. Go to **Accounting** → **General Ledger**
2. Filter for **Entry source** = Manual Journal Entry
3. Click the **JE reference** to open it
4. Update the schedule, amounts, accounts, or memo
5. Click **Save** and choose which entries to update:
   * Only this entry
   * This and all following entries
   * All entries in the series

***

### Deleting a recurring entry

Open the entry and choose to delete:

* Only this entry
* This and all following entries
* The entire series

All changes are tracked in the [Activity](/close-workflows/activity.md) tab.


---

# 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://docs.kick.co/close-workflows/journal-entries/create-recurring-entries.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.
