# Buy Cash From Vault

The Buy Cash from Vault page lets users initiate transactions that transfer cash from the bank's vault to a specific till or branch. This process is crucial for replenishing the cash in tills and ensuring enough cash is available for customer transactions.

### **Accessing the Buy Cash from Vault Page**

1. Log into the banking application using your credentials.
2. Navigate to the **Operations** section.
3. Click on **Till and Vault**
4. Select the "**Buy Cash from Vault**" page from the available options.

## **Create a Buy Cash from Vault Transaction**

1. Click on the "**Post**" button at the top page.
2. Select the vault account from which the cash will be withdrawn.
3. Enter the amount of cash to be transferred.
4. Provide a brief description of the transaction in the Narration section.
5. Click the "**Post**" button to initiate the transaction.

<figure><img src="/files/4tAwdjB0GfDunOKkvFaY" alt=""><figcaption></figcaption></figure>


---

# 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.udara360.io/core-features/postings/till-and-vault/buy-cash-from-vault.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.
