> For the complete documentation index, see [llms.txt](https://docs.kick.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kick.co/accountants/close-workflows.md).

# Close Workflows

- [Reconciliation](https://docs.kick.co/accountants/close-workflows/reconciliation.md): Compare your client's transaction data in Kick against bank and credit card statements to surface discrepancies before closing the books.
- [Multi-Account Statements](https://docs.kick.co/accountants/close-workflows/reconciliation/multi-account-statements.md): Handle bank statements that combine multiple accounts into a single PDF.
- [Journal Entries](https://docs.kick.co/accountants/close-workflows/journal-entries.md): Adjust your clients books at month or period end using the journal entry editor feature.
- [Create Recurring Entries](https://docs.kick.co/accountants/close-workflows/journal-entries/create-recurring-entries.md): Recurring journal entries automate entries you'd otherwise recreate manually each period.
- [Create Reversal Entries](https://docs.kick.co/accountants/close-workflows/journal-entries/create-reversal-entries.md): Automate journal entry reversals to keep financials clean and up to date.
- [Payroll](https://docs.kick.co/accountants/close-workflows/payroll.md): Automate payroll reconciliation by using Gusto, or reconcile manually using journal entries.
- [Loans](https://docs.kick.co/accountants/close-workflows/loans.md): Accurately record liability balances on your Balance Sheet.
- [Tasks](https://docs.kick.co/accountants/close-workflows/tasks.md): Tasks is Kick's collaboration tool for managing your workspace.
- [Accrual Tasks](https://docs.kick.co/accountants/close-workflows/tasks/accrual-tasks.md): Automate your Accrual ledger review using tasks
- [Locks](https://docs.kick.co/accountants/close-workflows/locks.md): Locks prevent changes to transactions and journal entries prior to a selected date, protecting your completed work from being modified by other workspace members.
- [Activity](https://docs.kick.co/accountants/close-workflows/activity.md): Full visibility and control over every change.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/accountants/close-workflows.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.
