> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/accounting/account-transactions/view-deposits.md).

# View Deposits

This is the primary page for viewing a deposit:

{% hint style="success" %}
Home / Accounting / Account Transactions / View Deposits\
<https://farm.unosof.com/index.cfm?event=ViewDeposits.List>
{% endhint %}

![View Deposit Page](/files/-M3NcEsYAVTf1m6h-g0p)

From this page, you are able to visualize existing Deposits. Use the filters such as Date, invoice ID, Deposit ID, Pre-Payments, Customer, Sales Rep., etc. to find a specific deposit easier.

![](/files/-M3NdxQZJXXx0d13UO54)

{% hint style="danger" %}
&#x20;It is not possible to **Edit** an existing deposit. To correct a deposit delete it and apply it again.
{% endhint %}

To delete a deposit, click on the Delete Button in the last column of the page.

![Delete Deposit Button](/files/-M3NeQZJhCBX-AWyz5ar)

## View Pre-Payments

To visualize Pre-Payments, go to the Accounting Report Module.

{% hint style="success" %}
Home / Reports / Accounting Reports\
<https://farm.unosof.com/index.cfm?event=Accounting.Report>
{% endhint %}

![Accounting Reports - Unapplied Deposits](/files/-M3NgA0Xc3quL971VZqO)

In the drop-down menu, select the option **Unapplied Deposits**. Use the filters to find a specific Pre-Payment easier and click on the Generate Report button.

The page will display the Unapplied deposit details, according to the filtered criteria.

![Accounting Reports - Unapplied Deposits](/files/-M3NgLmCI2qkZEVwfmMa)


---

# 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://manual.unosofbooks.com/accounting/account-transactions/view-deposits.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.
