# 페이지 새로고침 시 수정 결과 표시

앱 개발 중에 최종 앱이 비즈니스 요구 사항을 충족할 수 있도록 앱을 지속적으로 실행하고 수정하고 디버깅해야 합니다.

디자이너에서 페이지 실행을 클릭 합니다. 실행 후 페이지를 조정해야 하며 홈 페이지에서 여러 번 이동해야 하는 경우 효율성에 큰 영향을 줄 수 있습니다.

디자이너에서 수정할 페이지를 찾거나, 수정한 후 저장 버튼을 누르거나, Ctrl+S를 눌러 저장한 다음 웹 페이지를 직접 새로 고치면 페이지에 최신 변경 내용이 표시됩니다.


---

# Agent Instructions: 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:

```
GET https://doc.forguncy.co.kr/command/run_debuging/debug/refresh.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
