> For the complete documentation index, see [llms.txt](https://okpos.gitbook.io/okpos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://okpos.gitbook.io/okpos/undefined-4/products/prices.md).

# 가격 고치기

{% hint style="warning" %} <mark style="color:orange;">**매장 웹 영업정보시스템**</mark>에서 고칠 수 있습니다.&#x20;

POS에서 <mark style="color:orange;">**웹정보**</mark>버튼을 눌러주세요. (버튼이 없다면 대리점에 요청하세요)
{% endhint %}

{% embed url="<https://youtu.be/_ylsh1I4two>" %}

**1.&#x20;**<mark style="color:green;">**기초관리 >  가격관리 > 판매가관리**</mark>로 이동하세요.

<figure><img src="/files/9VWyJcF5S0lHqXFb8MRR" alt=""><figcaption></figcaption></figure>

**2. 상품명**을 입력하고 **조회**버튼을 누르세요. 상품명을 입력하지 않으면 전체 상품 목록이 나옵니다.&#x20;

![](/files/vuyLshra5aYBE2GGvKg2)

**3.** 가격을 **새로 입력할 상품의 가격**을 더블클릭 하고 새로운 가격을 입력하세요. &#x20;

![](/files/DWSRnxTs6iZfytVl59OJ)

**4.** 마지막으로 **새로운 가격으로 판매할 상품**에 **체크 표시** 하고 **저장** 버튼을 누르세요.

![](/files/p34GRVQI8NXCUUpZ1z8r)

**5. POS**프로그램을 **재시작**하면 변경된 가격이 적용됩니다.&#x20;

{% hint style="danger" %}
프랜차이즈 본사관리 매장은 상품조회 결과가 없을 수 있습니다.&#x20;

가격을 변경하고하는 상품이 확인되지 않는 다면 프랜차이즈 본사 또는 관리 대리점으로 문의해 주세요.
{% 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://okpos.gitbook.io/okpos/undefined-4/products/prices.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.
