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

# 검색, 필터 및 일괄 편집

## 거래 검색하기

1. **홈**을 엽니다.
2. 오른쪽 상단의 현재 보기 이름을 탭하고 **검색**을 선택합니다.
3. 키워드를 입력합니다. 더 정확히 찾으려면 기간, 장부, 계좌, 카테고리, 태그, 통화 또는 거래 유형을 설정합니다.
4. 검색 결과를 탭하여 거래 상세 정보를 엽니다.

통계 카드, 예산 금액 및 계좌 내역의 금액을 탭하여 해당 결과를 구성하는 거래 목록을 바로 열 수도 있습니다.

## 거래 한 건 편집하기

1. 거래 행을 탭하여 상세 정보를 엽니다.
2. 오른쪽 상단의 **편집**을 탭합니다.
3. 금액, 계좌, 카테고리, 날짜 또는 기타 내용을 수정합니다.
4. 저장하면 계좌 잔액과 관련 통계가 다시 계산됩니다.

거래 목록에서 왼쪽으로 쓸어 해당 거래에서 허용하는 편집 또는 삭제 작업을 사용할 수도 있습니다.

## 일괄 편집

1. 검색 화면에서 **일괄 편집**을 탭합니다.
2. 처리할 거래를 선택합니다.
3. 일괄 수정할 항목 또는 일괄 삭제를 선택합니다.
4. 선택한 거래 수를 확인하고 실행합니다.

{% hint style="warning" %}
편집할 수 없는 읽기 전용 거래는 선택할 수 없습니다. 할부, 정기예금, 저축 등에 연결된 거래에는 해당 기능의 규칙이 적용됩니다.
{% endhint %}

## 거래 삭제하기

일반 거래를 삭제하면 해당 거래가 잔액과 통계에 준 영향도 함께 취소됩니다. 계획에 연결된 거래를 삭제하면 계획과 모든 관련 거래가 함께 삭제될 수 있습니다. 실제 삭제 범위는 확인 화면에 표시됩니다.

{% 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/manage.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.
