> 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/ko/cards/prepurchase.md).

# 사전 구매 목록

## 구매 예정 항목 추가하기

1. **사전 구매 목록**을 열고 오른쪽 상단의 \*\*+\*\*를 탭합니다.
2. 항목 이름, 예상 금액 및 필요한 설명을 입력합니다.
3. 저장하면 구매 대기 목록에 추가되며 계좌 잔액에는 영향을 주지 않습니다.

## 구매 완료하기

1. 목록에서 항목을 탭합니다.
2. 구매 또는 결제 작업을 선택합니다.
3. 실제 금액, 장부, 결제 계좌, 카테고리 및 날짜를 확인합니다.
4. 저장하면 지출 거래가 생성되고 항목 상태도 업데이트됩니다.

구매 전에는 이름, 예상 금액 또는 설명을 수정할 수 있습니다. 나중에 구매할 항목은 그대로 유지하고 더 이상 필요하지 않을 때 삭제하세요.

{% hint style="info" %}
사전 구매 항목은 목록일 뿐입니다. 구매를 완료하여 거래가 생성된 후에만 잔액, 통계 및 예산에 영향을 줍니다.
{% 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/ko/cards/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.
