> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/other-features/prepurchase.md).

# Shopping List

## Add an Item

1. Open **Shopping List** and tap **+** at the top right.
2. Enter the item name, estimated amount, and any details you need.
3. After saving, the item appears in the pending list without affecting account balances.

## Complete a Purchase

1. Tap an item in the list.
2. Choose the purchase or payment action.
3. Confirm the actual amount, book, paying account, category, and date.
4. Saving creates an expense and updates the item status.

Before buying, you can change the name, estimated amount, or details. Keep items you may buy later and delete them only when you no longer need them.

{% hint style="info" %}
A Shopping List item is only a list entry. It affects balances, statistics, and Budget only after you complete the purchase and create a record.
{% endhint %}


---

# 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://help.daak2.com/other-features/prepurchase.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.
