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

# 투자 및 시장

## 투자 기록하기

1. 오른쪽 하단의 기록 버튼을 탭합니다.
2. 오른쪽 상단의 현재 거래 유형을 탭하고 **투자**를 선택합니다.
3. 시장과 작업을 선택하고 수량, 단가, 계좌, 장부 및 날짜를 입력합니다.
4. 숫자 키보드 오른쪽 하단 버튼을 탭하여 저장합니다.

| 작업      | 기록 결과                       |
| ------- | --------------------------- |
| **매수**  | 보유 수량과 비용을 늘리고 결제 계좌 잔액 차감  |
| **매도**  | 보유 수량을 줄이고 매도 금액을 입금 계좌에 추가 |
| **분배금** | 시장에서 발생한 현금 분배금 기록          |
| **배당금** | 시장에서 발생한 배당 수입 기록           |

## 투자 화면 사용하기

투자 화면 상단에서 다음 내용을 전환할 수 있습니다.

| 구간     | 표시 내용                                |
| ------ | ------------------------------------ |
| **시장** | 시장 그룹별 모든 활성 시장과 보유 현황               |
| **통계** | 시장 가치, 보유 비용, 미실현 수익, 수익 구성 및 수익 캘린더 |
| **거래** | 매수, 매도, 분배금 및 배당금 등의 투자 거래           |

시장 구간에서 보유 항목이 있는 행은 수량, 비용, 시장 가치 및 수익을 표시합니다. 보유 항목이 없는 행은 현재 시장 가격을 표시합니다. 시장 행을 탭하면 시장 통계에서 가격, 보유 현황, 수익 및 관련 투자 거래를 확인할 수 있습니다.

오른쪽 상단의 **관리**를 탭하여 시장 관리 화면을 엽니다. 시장 추가, 편집, 보관 및 삭제 방법은 [시장](/ko/investment/market.md)을 확인하세요.

## 장부 및 통화

투자 거래는 선택한 장부에 속하고 선택한 계좌 잔액을 변경합니다. 투자 통계는 장부 범위로 필터링하고 서로 다른 통화를 현재 통계 통화로 환산하여 표시합니다.

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