# Wallets

This Wallets Section refers to the area on the website where the merchant can view all of the customers' wallet amounts. The merchant will be able to see which client has how much in which store. \
\
The merchant will be able to credit or debit customers' wallets directly from this section in the Back Office.

### How to Edit a Customer's Wallet

1. Click on Sales
2. Select Wallets
3. Find the customer whose wallet you wish to edit, click on the Kebab menu and select the action you wish to do from the drop-down

{% embed url="<https://scribehow.com/embed/How_to_update_a_Customers_Wallet__le62ectiTUe8NPB9lEBaLA>" %}


---

# 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://support.storefront.co.za/features/sales/wallets.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.
