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

# 시장

## 시장 추가하기

1. **투자**를 열고 오른쪽 상단의 **관리**를 탭합니다.
2. 시장 관리 화면 오른쪽 상단의 \*\*+\*\*를 탭합니다.
3. 시장을 직접 입력하거나 온라인 종목 목록에서 주식 또는 암호화폐를 선택합니다.
4. 이름, 코드, 통화, 단위 및 초기 가격을 확인한 뒤 저장합니다.

온라인 종목은 대만, 중국 본토, 미국, 홍콩, 일본, 한국 주식과 암호화폐를 지원합니다. 실제 선택 항목은 App 언어와 지역에 따라 표시됩니다. 온라인 종목을 선택하면 이름, 통화 및 가격 자릿수가 종목 데이터에 따라 설정됩니다.

## 시장 가격 관리하기

시장 통계 화면에는 가격 기록이 표시됩니다. 수동 가격을 추가, 편집 또는 삭제할 수 있습니다. 온라인 시장은 데이터가 업데이트된 후 최신 가격도 저장합니다.

{% hint style="info" %}
주식 가격은 주로 데이터 서비스가 제공하는 종가이며 실시간 거래 호가가 아닙니다. 데이터가 아직 업데이트되지 않았거나 요청이 실패해도 Daak은 마지막으로 저장한 가격을 유지하며 과거 가격을 지우지 않습니다.
{% endhint %}

## 그룹 및 정렬

시장 관리 화면에서 그룹 관리를 열어 시장 그룹과 순서를 조정할 수 있습니다. 투자 화면의 시장 구간에도 같은 그룹과 순서가 적용됩니다.

## 편집 및 보관

| 작업            | 사용 방법                                        | 결과                      |
| ------------- | -------------------------------------------- | ----------------------- |
| **편집**        | 시장 관리 화면에서 시장 행 탭하기                          | 시장 편집 화면 바로 열기          |
| **보관**        | 편집 화면에서 보관을 켜거나 활성 목록에서 왼쪽으로 쓸기              | 투자 화면과 새 투자 시장 선택에서 숨기기 |
| **보관된 항목 보기** | 시장 관리 화면 하단의 **보관됨** 탭하기                     | 보관된 시장 목록으로 전환          |
| **보관 해제**     | 편집 화면에서 보관을 끄거나 보관된 목록에서 왼쪽으로 쓸어 초록색 아이콘 탭하기 | 시장 표시 및 선택 복원           |

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