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

# 계좌 관리

## 계좌 추가하기

1. **자산**을 열고 오른쪽 상단의 **관리**를 탭합니다.
2. **계좌 추가**를 탭합니다.
3. 이름, 계좌 유형, 통화 및 현재 잔액을 입력합니다.
4. 필요에 따라 그룹, 아이콘, 색상, 장부 범위 또는 통계 옵션을 설정합니다.
5. **저장**을 탭합니다.

{% hint style="warning" %}
계좌를 처음 추가할 때 **현재 잔액**에는 Daak을 사용하기 시작한 날의 실제 잔액을 입력하세요. 현재 잔액에 이미 포함된 과거 거래를 다시 입력하지 마세요. 장부 자체에는 잔액을 설정하지 않습니다.
{% endhint %}

## 계좌 잔액 업데이트하기

은행 잔액과 Daak이 다르면 계좌를 열고 **잔액 업데이트**를 선택한 뒤 실제 현재 잔액과 날짜를 입력합니다. Daak은 과거 거래를 직접 변경하지 않고 잔액 조정 거래를 저장합니다.

## 계좌 그룹

계좌 관리 화면에서 그룹을 만들어 은행, 용도 또는 소유자별로 계좌를 정리할 수 있습니다. 계좌를 드래그하여 그룹과 표시 순서를 조정할 수 있습니다. 그룹은 표시에만 영향을 주며 거래가 속한 장부는 변경하지 않습니다.

## 편집 및 보관

| 작업            | 사용 방법                              | 결과                     |
| ------------- | ---------------------------------- | ---------------------- |
| **편집**        | 계좌를 탭하여 편집 화면 열기                   | 이름, 아이콘, 색상 및 기타 설정 변경 |
| **보관**        | 활성 목록에서 왼쪽으로 쓸어 보관 아이콘 탭하기         | 자주 사용하는 계좌 선택에서 숨기기    |
| **보관된 항목 보기** | 관리 화면 하단의 **보관됨** 탭하기              | 보관된 계좌 목록으로 전환         |
| **보관 해제**     | 보관된 목록에서 왼쪽으로 쓸어 초록색 보관 해제 아이콘 탭하기 | 자주 사용하는 계좌로 복원         |

{% hint style="info" %}
계좌를 보관해도 과거 거래는 삭제되지 않지만 자주 사용하는 계좌 선택에는 더 이상 표시되지 않습니다.
{% 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/overview/accounts.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.
