> 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/credit-and-subaccounts.md).

# 신용 계좌 및 상·하위 계좌

## 상·하위 계좌 만들기

상·하위 계좌는 하나의 금융 계좌에 여러 통화나 하위 잔액 항목이 있을 때 유용합니다.

1. 계좌 관리 화면에서 주 계좌를 먼저 만듭니다.
2. 주 계좌를 편집하고 하위 계좌를 추가합니다.
3. 각 하위 계좌의 통화를 선택하고 잔액을 입력합니다.
4. 자산 화면에서 주 계좌를 탭하여 펼치거나 하위 계좌를 엽니다.

주 계좌 합계는 모든 하위 계좌를 먼저 주 계좌 통화로 환산합니다. 하위 계좌 화면에는 해당 계좌의 원래 통화 잔액이 계속 표시됩니다.

## 신용 계좌 사용하기

계좌를 만들거나 편집할 때 신용 계좌 유형을 선택하고 한도, 청구일, 상환일 등의 정보를 설정합니다.

| 화면              | 표시 내용                    |
| --------------- | ------------------------ |
| **신용 계좌 상세 정보** | 현재 미결제 금액, 신용 한도 및 남은 한도 |
| **청구 주기**       | 현재 주기에 발생한 사용, 상환 및 조정   |
| **통계**          | 주기 내 금액과 관련 거래           |
| **다중 통화 주 계좌**  | 하위 계좌를 주 계좌 통화로 환산한 후 합산 |

**신용카드 상환**을 사용할 때는 상환 계좌와 신용 계좌를 선택하세요. 같은 상환을 일반 이체로 중복 기록하지 마세요.

{% hint style="info" %}
주 계좌 합계, 청구 주기 통계 및 남은 한도는 모두 주 계좌 통화를 사용합니다. 서로 다른 통화를 직접 더하지 않습니다.
{% 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/credit-and-subaccounts.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.
