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

# 상품 이미지 변경

{% stepper %}
{% step %}

### 플러스오더 ASP에 매장ID로 로그인 합니다.

{% endstep %}

{% step %}

### ASP에서 기초관리>테이블오더관리>상품변경 화면을 실행합니다.

<figure><img src="/files/vcq5HtdR4kV3J2URAbwL" alt=""><figcaption><p>상품변경</p></figcaption></figure>
{% endstep %}

{% step %}

### "조회" 버튼을 실행하여 상품 및 이미지를 확인합니다.

<figure><img src="/files/YZ9NNz3qjTu5XdHZquvU" alt=""><figcaption><p>상품변경화면</p></figcaption></figure>

{% endstep %}

{% step %}

### 이미지를 등록 또는 변경할 상품의 이미지 부분을 클릭합니다.

{% endstep %}

{% step %}

### 팝업창에서 "이미지변경" 을 클릭하고, 등록한 이미지를 선택합니다.

<figure><img src="/files/hdaAVctmjaWtjOeRtpXX" alt=""><figcaption><p>상품이미지</p></figcaption></figure>

{% endstep %}

{% step %}

### "저장"을 클릭하여 변경된 정보를 저장합니다.

(1) 이미지파일은 jpg, png 파일을 사용해  주세요. \
(2) 상품 이미지 사이즈는 720(가로) \* 450(세로) 를 권장합니다. \
(3) 이미지 파일은 10M이하 파일을 사용해 주시고, 보통 1M 정도 크기를 사용하시면 좋습니다.\
(4) 이미지가 잘리거나, 보이지 않는 부분이 있다면 사이즈를 조정하여 적용해 주세요.

{% endstep %}

{% step %}

### 플러스오더 에이전트에서 데이터동기화를 실행합니다.&#x20;

{% endstep %}

{% step %}

### 플러스오더 앱을 재시작 후 변경된 이미지가 반영되었는지 확인해 주세요.&#x20;

{% endstep %}
{% endstepper %}


---

# 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://plusorder.gitbook.io/helpme/ex/undefined-4/undefined-5.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.
