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

# Markets

## Add a Market

1. Open **Investments** and tap **Manage** at the top right.
2. Tap **+** at the top right of market management.
3. Enter a market manually, or choose a stock or cryptocurrency from the online symbol list.
4. Check the name, symbol, currency, unit, and initial price, then save.

Online symbols support Taiwan, mainland China, United States, Hong Kong, Japan, and South Korea stocks, plus cryptocurrencies. Available choices depend on the App language and region. After you select an online symbol, its name, currency, and price precision are configured from the symbol data.

## Manage Market Prices

Market statistics show saved price records. You can add, edit, or delete manual prices. An online market also saves its newest price when data updates.

{% hint style="info" %}
Stock prices primarily use closing data supplied by the data service and are not real-time quotes. If data is not yet available or a request fails, Daak preserves the last saved price and does not clear price history.
{% endhint %}

## Groups and Order

Open group management from market management to change market groups and order. The Market segment in Investments uses the same groups and order.

## Edit and Archive

| Action            | Method                                                                                     | Result                                                                      |
| ----------------- | ------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------- |
| **Edit**          | Tap a market row in market management                                                      | Opens the market edit page directly                                         |
| **Archive**       | Enable Archive on the edit page or swipe left in the active list                           | Hides the market from Investments and the market picker for new investments |
| **View archived** | Tap **Archived** at the bottom of market management                                        | Switches to the archived market list                                        |
| **Unarchive**     | Disable Archive on the edit page or swipe left and tap the green icon in the archived list | Restores the market to lists and pickers                                    |

{% hint style="info" %}
Archiving does not delete a market, historical investment records, or statistics. An archived market with holdings can still contribute to relevant statistics through its historical data.
{% endhint %}

## Delete a Market

Swipe left in market management, or open the market edit page and tap Delete. Enter the correct number on the confirmation page to delete the market and its related investment records.

{% hint style="danger" %}
Deleting a market and its related records cannot be undone. If you only want to stop using a market, archive it instead.
{% 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/investments-and-markets/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.
