# 로컬 실행 및 디버깅

디자이너(빌더)에서 응용 프로그램 디자인이 완료되면 서버를 설치할 필요 없이 응용 프로그램 디자인 효과를 직접 디버깅하고 미리 볼 수 있습니다.

* [앱 실행](/command/run_debuging/undefined.md)&#x20;
* [앱 디버깅 ](/command/run_debuging/debug.md)


---

# 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.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.
