# 借入應該怎麼記帳？

關於「借入」目前建議自訂一個 借入類型的帳戶來管理。&#x20;

比如從老王那裡借了$10，000現金,可按如下記帳追蹤。

1.新增一個【借入】型帳戶【應還帳款】&#x20;

![list](/files/dNlPJRouT8nzzpFtq4gN)

2.記一筆轉帳，從【應還帳款】 帳戶轉入【現金】帳戶，金額為$10,000

![list](/files/89Py6vUydPDI7waJvIGG)![list](/files/AhxprTztHUaRFwif7WD2)

3.還款時，記一筆轉帳，從【現金】帳戶轉入【應還帳款】帳戶，金額為$10,000

![list](/files/pPTp0iK6O5yG9hGzvRwz)


---

# Agent Instructions: 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:

```
GET https://tiantianjizhang-tw-faq.swalloworkstudio.com/jie-ru-ying-gai-zen-mo-ji-zhang.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
