# 앱 실행

디자이너에서 앱을 디자인한 후 로컬로 앱을 실행할 수 있습니다.

앱을 실행하는 방법에는 세 가지가 있습니다.

**방법1.** 디자이너에서 빠른 액세스 도구 모음을 직접 클릭하고 앱을 실행하면 웹 페이지가 시스템 기본 브라우저에서 열립니다.

옆에 있는 드롭다운 삼각형을 클릭하여 브라우저를 선택하여 웹 페이지를 엽니다.

<figure><img src="/files/j7gedyRQCfImVZaWUrUj" alt=""><figcaption></figcaption></figure>

**방법 2**. 리본 메뉴에서 직접  ![](/files/cx6rUpfdUGvPwyFLQLDv)을 선택하고 , 애플리케이션을 실행하면 시스템 기본 브라우저에서 웹 페이지가 열립니다.

아래 드롭다운 삼각형을 클릭하여 웹페이지를 열 브라우저를 선택하세요.

<figure><img src="/files/1dHSqlNc565TV8OXe6fh" alt=""><figcaption></figcaption></figure>

방법 3 디자이너에서 F5 키를 눌러 앱을 직접 실행하고 웹 페이지가 시스템 기본 브라우저에서 열립니다.

## 웹 탐색&#x20;

앱을 로컬로 실행한 후 URL의 접두사가 localhost로 표시되고 URL은 로컬로만 액세스할 수 있습니다.

<figure><img src="/files/LAluOcix4wy9hO4wTQcQ" alt=""><figcaption></figcaption></figure>

## 모바일 시뮬레이터&#x20;

앱을 실행할 때 드롭다운 버튼에서 전화 시뮬레이터를 선택하면 웹 페이지가 모바 시뮬레이터에 표시됩니다.

<figure><img src="/files/0W2H8QfEa5k8FdgTCEK5" alt=""><figcaption></figcaption></figure>

다음과 같이 표시됩니다.

<figure><img src="/files/rLqCOAE4kWkqdsR88kXj" alt=""><figcaption></figcaption></figure>


---

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