> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/cost.md).

# 금액

**금액 블록은 언제 사용하나요?**

* 주로 가격을 표기할 때 사용해요.

**금액 블록의 특징은 무엇인가요?**

* 천 단위 쉼표가 자동 입력돼요.
* 관리자 웹 ➡︎ 원하는 메뉴 ➡︎ 설정 ➡︎ 항목 추가를 통해 '항목 ID'를 만들고, 앱 설정 ➡︎ 금액 블록의 항목 ID를 동일하게 입력해 줘야 해요.&#x20;

<div align="left"><figure><img src="/files/ZZFoqdz5JCSPSJsUhXYs" alt=""><figcaption></figcaption></figure></div>

2023.07.24 Jinny

## Value

Express a value.

**When do I use the value block?**

* This block is mostly used to show prices.

**What are the characteristics of value blocks?**

* The comma for units over a thousand is automatically entered.
* Operate this block by going to Web Admin, opening the preferred menu (meta), clicking Settings > Add Item where you create an 'Item ID' and connect it by using this ID in 'Value block properties'.

2023.07.26 Hwaran

> \#금액, #가격, #판매 가격 입력 창 만들기, #금액 표기하기


---

# 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://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/cost.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.
