> For the complete documentation index, see [llms.txt](https://docs.powerall.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerall.app/en/financial/cash.md).

# Cash

A cash account is similar to a bank account, but is not updated or imported automatically. A cash account is often used to keep track of cash or PIN transactions, but can also be used, for example, to book the transactions of a credit card manually.

A cash account is linked to a general ledger account on which the balance is tracked and which contains cash transactions. The general ledger account is mandatory.

You can create a cash account via the dashboard **Configuration**, under the heading **Financial** -> **Cash accounts**.

### Cash entries

Within a cash account you create **cash entries**. A cash entry can contain a single transaction, but it can also contain, for example, all transactions from a week or month. You create a cash entry on the dashboard **Financial**, via the button **New cash entry.**

For a cash entry, just like with the bank, you choose a general ledger account or an invoice. If you choose an invoice, a payment is automatically registered on it.

### Posting to the journal

For a bank transaction, a journal entry is created per transaction. For cash transactions, this works slightly differently: they are grouped per day into a single journal entry. For example, if you have a cash entry with 10 transactions, 5 on day 1 and 5 on day 2, the system creates 2 journal entries. These journal entries are linked and can therefore be viewed in the details of the cash entry.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.powerall.app/en/financial/cash.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
