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

# クレジット口座と親子口座

## 親子口座を作成する

親子口座は、1 つの金融口座に複数の通貨や内訳残高がある場合に便利です。

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/ja/zi-chan/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.
