> For the complete documentation index, see [llms.txt](https://autoprox.gitbook.io/kor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autoprox.gitbook.io/kor/app/connect.md).

# 장치 연결

### **장치 연결 페이지**

<mark style="color:blue;">**STEP**</mark> APP을 실행 ▶ 장치 연결 페이지 ▶ 오토프로 선택\
※ 목록이 2개 이상일 때, 오토프로의 Wi-Fi 번호를 확인합니다. *Wi-Fi번호는* [***연결방법 페이지***](/kor/autopro_x/connect.md)*에서 확인할 수 있습니다.*

<figure><img src="/files/shKkbBgX3fn8dcx8PKGE" alt=""><figcaption><p>장치 연결하기</p></figcaption></figure>

### **홈화면(연결됨)**

장치가 연결되면 자동으로 홈화면으로 이동합니다. **녹색 연결상태**와 **기기연결이 활성화**된 상태가 보입니다.

<figure><img src="/files/nx9ktkZB24juVEXWZAvL" alt=""><figcaption><p>홈화면(연결됨)</p></figcaption></figure>

### **홈화면(연결 끊김)**

장치가 끊기면 **빨간색 연결상태**와 **기기연결이 비활성화**된 상태가 보입니다.

<figure><img src="/files/NGVeWTY6C12gLTmzDGeK" alt=""><figcaption><p>홈화면(연결 끊김)</p></figcaption></figure>

### **장치 연결 페이지 이동**

장치가 끊기면 아래 **연결 아이콘**을 터치하여 장치 연결하기 페이지로 이동할 수 있습니다.

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


---

# 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://autoprox.gitbook.io/kor/app/connect.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.
