> 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/bookkeeping/templates.md).

# 기록 템플릿

같은 계좌, 카테고리, 금액 또는 메모를 자주 반복해서 입력한다면 템플릿을 만들 수 있습니다.

## 템플릿 만들기

1. **기록 템플릿**을 엽니다. 위치가 보이지 않으면 **홈 표시 기능** 또는 **탭 기능**에서 먼저 활성화하세요.
2. 오른쪽 상단의 \*\*+\*\*를 탭합니다.
3. 거래 유형, 계좌, 장부, 카테고리, 금액 또는 메모를 미리 입력합니다.
4. 템플릿을 저장합니다.

## 템플릿 사용하기

1. 템플릿 목록에서 하나를 선택합니다.
2. 이번 거래의 금액, 계좌 및 날짜를 확인합니다.
3. 필요한 다른 항목을 수정합니다.
4. 숫자 키보드 오른쪽 하단의 **저장**을 탭하여 거래를 생성합니다.

{% hint style="info" %}
템플릿은 거래를 자동으로 생성하지 않습니다. 정해진 날짜에 자동으로 생성하려면 [반복 기록](/ko/recurring.md)을 사용하세요.
{% 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/bookkeeping/templates.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.
