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

# 예산

**예산**을 열어 한 장부의 예산 또는 모든 장부의 예산 개요를 확인할 수 있습니다.

## 예산 만들기

1. 오른쪽 상단의 **관리**를 탭합니다.
2. 예산을 설정할 장부를 선택합니다.
3. 주, 월, 연도 또는 사용자 지정 예산 주기를 선택하고 총예산 금액을 설정합니다.
4. 필요에 따라 지출 카테고리 또는 하위 카테고리에 개별 예산을 설정합니다.
5. 저장한 후 예산 화면으로 돌아가 사용 현황을 확인합니다.

| 설정         | 사용 방법                                                   |
| ---------- | ------------------------------------------------------- |
| **고정**     | 모든 주기에 같은 예산 구성을 사용합니다. 같은 금액과 카테고리 구조를 장기간 사용할 때 적합합니다 |
| **유연**     | 각 주기의 예산을 별도로 저장합니다. 기간별 금액이 다를 때 적합합니다                 |
| **사용자 지정** | 이름과 시작일 및 종료일이 있는 예산 계획을 만듭니다                           |
| **예산 복사**  | 원본 기간의 총예산과 카테고리 예산을 대상 기간으로 복사합니다                      |

## 예산 화면 사용하기

| 작업               | 결과                              |
| ---------------- | ------------------------------- |
| 상단 장부 및 기간 탭하기   | 장부, 주, 월, 연도 또는 사용자 지정 예산 주기 전환 |
| 총예산 금액 탭하기       | 이번 기간 예산에 포함된 지출 거래 확인          |
| 카테고리 예산 탭하기      | 사용 금액, 남은 금액 및 관련 거래 확인         |
| 하위 카테고리 탭하기      | 더 세부적인 카테고리 예산 펼치기 또는 관리        |
| 오른쪽 하단 기록 버튼 탭하기 | 거래 추가. 조건에 맞는 지출은 즉시 예산에 반영     |
| 오늘로 돌아가기 탭하기     | 현재 예산 기간으로 돌아가기                 |

## 예산 집계 규칙

지출 거래는 올바른 장부와 카테고리를 사용하고 예산 포함이 켜져 있어야 합니다. 이체는 일반 소비로 집계되지 않으며 환불은 원래 지출의 실제 금액을 조정합니다.

{% hint style="warning" %}
예산 변경은 예산 한도만 바꾸며 기존 거래는 수정하지 않습니다. 특정 카테고리를 예산에 포함하지 않으려면 카테고리 예산 편집 화면에서 제외할 수 있습니다.
{% 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/budget.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.
