# Create Reversal Entries

When you set a reversal date on a journal entry, Kick automatically generates a mirror-image entry on that date — debits become credits and credits become debits. This automates month-end or year-end cleanup without manual work.

***

### Common use cases

* Accrued revenue at period-end that reverses when the actual invoice is issued
* Estimated expenses that reverse when actuals arrive
* Year-end adjustments that need to reverse at the start of the new period

***

### Creating an entry with a reversal

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 the **Reversal Date**
   * Add a **Memo** to describe the entry
   * Optionally attach supporting documents
6. Click **Save** — Kick saves the original entry and queues the reversal automatically

***

### Viewing reversal entries

Both the original entry and its reversal appear in the **General Ledger**:

1. Go to **Accounting** → **General Ledger**
2. Filter for **Entry source** = Manual Journal Entry

Reversal entries are labeled in the Description field with "Reversal of" followed by the original entry description.

***

### Editing reversal entries

The reversal entry is read-only — all edits are made on the original entry. When you update the original, Kick automatically regenerates the reversal to stay in sync.

From the original entry, you can update:

* Reversal date
* Amounts
* Accounts
* Description
* Memo

***

### Deleting reversal entries

* To remove a scheduled reversal: clear the reversal date on the original entry, or delete the reversal entry directly
* Deleting the original entry automatically deletes the reversal

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-reversal-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.
