> For the complete documentation index, see [llms.txt](https://ovatheme.gitbook.io/ireca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ovatheme.gitbook.io/ireca/main-features/manage-deposit.md).

# Manage Deposit

## 1) Setup Deposit for Product

When create a product, you will see this option

<figure><img src="/files/VjFIXiknXGiSguGi8H6M" alt=""><figcaption></figcaption></figure>

**Enable Deposit:** Show Deposit Option in (Request) Booking Form.\
**Force deposit: Yes:** Allow pay full amount, **No:** Default pay with deposit amount\
**Type Deposit:** Percentage, Fixed value\
**Deposit amount:** Insert number like 50.5, 60

## 2) Check Deposit in Order

Go to Products >> Manage Booking

![](/files/-M2I6UtndWrdzrahLUQ5)

The customer booking a vehicle and deposit (example 50% total amount), the customer to agency to receive vehicle and pay remaining amount. You will find info of customer in above **Manage Booking and click Order ID**, you will see detail in order like here:

<figure><img src="/files/p1LTu4fuZXTKwW6E1x2a" alt=""><figcaption></figcaption></figure>

After you will edit Depost field:

<figure><img src="/files/N7XzI1ozLfm7zYbxxkzU" alt=""><figcaption></figcaption></figure>

After you will see Order updated

<figure><img src="/files/lrAtt6HzU4IcvL60v495" alt=""><figcaption></figcaption></figure>

Go to to Manage Booking to check status Deposit

![](/files/-M2I7ncyga5NVGr2QVNX)


---

# 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://ovatheme.gitbook.io/ireca/main-features/manage-deposit.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.
