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

# 반복 기록

정해진 날짜에 반복되는 수입과 지출은 반복 기록 규칙으로 만들 수 있습니다.

## 규칙 만들기

1. **반복 기록**을 열고 \*\*+\*\*를 탭합니다.
2. 거래 유형을 선택하고 금액, 계좌, 장부 및 카테고리를 입력합니다.
3. 시작일, 실행 빈도 및 종료 조건을 설정합니다.
4. 저장하면 Daak이 규칙에 따라 이후 거래를 생성합니다.

| 규칙 설정     | 선택 내용                               |
| --------- | ----------------------------------- |
| **실행 빈도** | 일, 주, 월 등의 간격                       |
| **특정 날짜** | 매월 마지막 날, 마지막 영업일 등                 |
| **종료 조건** | 계속 실행, 지정 날짜에 종료 또는 설정한 횟수에 도달하면 종료 |

## 규칙 관리하기

| 작업          | 영향 범위                         |
| ----------- | ----------------------------- |
| **기록 보기**   | 규칙에서 이미 생성한 거래 확인             |
| **규칙 수정**   | 이후 생성할 거래에 사용할 설정 변경          |
| **규칙 비활성화** | 기존 거래를 삭제하지 않고 이후 생성 중단       |
| **규칙 삭제**   | 규칙과 이후 생성을 삭제하고 이미 생성한 거래는 유지 |

{% hint style="info" %}
반복 규칙을 수정해도 이미 생성된 과거 거래는 변경되지 않습니다. 규칙을 삭제하면 기존 거래와 규칙의 연결이 해제되고 일반 과거 거래로 유지됩니다.
{% endhint %}

{% hint style="info" %}
자주 사용하는 내용을 빠르게 입력하기만 하고 자동 생성은 필요하지 않다면 [기록 템플릿](/ko/bookkeeping/templates.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/recurring.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.
