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

# 장부, 카테고리 및 태그

모든 항목은 **설정**에서 관리할 수 있습니다.

## 장부

**장부**를 열어 장부를 추가, 편집, 정렬, 보관 또는 삭제할 수 있습니다.

| 역할        | 설명                             |
| --------- | ------------------------------ |
| **거래 소속** | 거래 기록 시 반드시 장부 선택              |
| **필터 범위** | 홈, 통계, 예산 및 자산 화면을 장부로 필터링     |
| **공유**    | iCloud를 통해 다른 구성원 초대           |
| **보관**    | 자주 사용하는 선택 항목에서는 숨기고 과거 거래는 유지 |

{% hint style="info" %}
장부는 잔액을 저장하지 않습니다. 초기 잔액과 이후 잔액 변화는 계좌에 속합니다. 장부는 거래를 분류하고 필터링하며 공유하는 데 사용됩니다.
{% endhint %}

## 카테고리

**카테고리**를 열고 현재 장부를 선택한 뒤 수입 및 지출 카테고리를 관리합니다.

1. 추가를 탭하고 카테고리 이름을 입력한 뒤 아이콘을 선택합니다.
2. 더 세분화하려면 기본 카테고리 아래에 하위 카테고리를 추가합니다.
3. 카테고리를 드래그하여 거래 추가 시 표시 순서를 조정합니다.
4. 카테고리를 편집하여 이름, 아이콘 또는 상태를 변경할 수 있습니다.

카테고리는 장부에 속하므로 장부마다 다른 카테고리 구조를 사용할 수 있습니다.

## 태그

**태그**를 열어 태그를 추가하거나 관리합니다. 태그는 여러 카테고리에서 사용할 수 있고 한 거래에 여러 태그를 선택할 수 있습니다.

여행, 인테리어, 업무 비용 또는 특별 행사 등에 활용할 수 있습니다. 통계 화면에서는 태그별로 집계하고 검색에서는 태그로 필터링할 수 있습니다.

## 보관 및 삭제

| 작업     | 사용하는 경우                   | 과거 데이터에 미치는 영향 |
| ------ | ------------------------- | -------------- |
| **보관** | 당분간 사용하지 않지만 기록은 유지하려는 경우 | 장부와 과거 거래 유지   |
| **삭제** | 장부와 내용을 더 이상 유지하지 않는 경우   | 장부와 관련 거래 삭제   |

{% hint style="danger" %}
장부 및 관련 거래 삭제는 취소할 수 없습니다. 실행 전에 확인 화면에 표시된 숫자를 입력해야 합니다.
{% 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/organization.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.
