> 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/quick.md).

# 빠르게 시작하기

## 1. **동영상으로 알아보기**

시작 전, [**동영상 가이드**](/kor/video_guide.md)를 확인하시면 더 빠르게 이해할 수 있습니다.

### **1-1. 안드로이드 오토 연결**

{% embed url="<https://youtu.be/i8x8orQ6vHI?feature=shared>" %}

### **1-2. 오토프로x(DeX) 연결**

{% embed url="<https://youtu.be/pcw14_K1A10?feature=shared>" %}

## **2. 차량과 연결하기**

차량과 본체를 USB 데이터 포트에 연결합니다.

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

{% hint style="info" %}

* 케이블 연결 후 아래의 홈화면이 나타나지 않는다면, [**초기화면 진입문제**](/kor/entry_issue.md)를 확인해 보세요.
* [**GM/혼다 차량**](/kor/app/gm.md)은 APP을 통하여 연결할 수 있습니다.
  {% endhint %}

## **3. 홈 화면**

### **3-1. 안드로이드 오토**

아래 홈 화면에서 좌측을 선택하면 안드로이드 오토를 이용할 수 있습니다.\ <mark style="color:blue;">**STEP01**</mark> 차량 디스플레이 ▶ 안드로이드 오토 선택 <br>

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

스마트폰에서 <mark style="color:red;">**Wi-Fi**</mark>와 <mark style="color:red;">**Bluetooth**</mark>가 <mark style="color:red;">**활성화**</mark> 되어 있어야 합니다.\ <mark style="color:blue;">**STEP02**</mark> 휴대폰에서 블루투스 ▶ 오토프로 블루투스 연결

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

{% hint style="info" %}
[**안드로이드 오토 연결방법 자세히 보기**](/kor/android_auto/connect.md)

* 안드로이드 오토에서 사용하려는 앱이 보이지 않는다면 [**앱 표시 방법**](/kor/android_auto/disp_app.md)을 확인해 보세요.
  {% endhint %}

### **3-2. 오토프로X**

처음 사용한다면 DeX 사용 전 [최초 1회 Android Auto를 연결](https://autoprox.gitbook.io/kor/pages/tie875QmVty19g4l2xWP#id-2.-android-auto) 후 사용합니다. 아래 홈 화면에서 우측을 선택하면 DeX(오토프로x)를 이용할 수 있습니다.\ <mark style="color:blue;">**STEP01**</mark> 차량 디스플레이 ▶ AutoPro X 선택&#x20;

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

<mark style="color:blue;">**STEP02**</mark> 휴대폰 설정 ▶ DeX 실행 ▶ 팝업에서 지금 시작

<figure><img src="/files/tFqKqbRbFEb9NamyLTyy" alt=""><figcaption><p>화면 상단 슬라이드>설정 창>DeX</p></figcaption></figure>

{% hint style="info" %}
[**오토프로x 연결방법 자세히 보기**](/kor/autopro_x/connect.md)

* DeX를 사용하기 위해 [**초기설정**](/kor/autopro_x/initial.md)을 해주시면, 더 쉽게 이용할 수 있습니다.&#x20;
* DeX 사용 팁은 [**사용방법 페이지**](/kor/autopro_x/use.md)에서 확인할 수 있습니다.
* APP을 설치하여 사용하시면, [**DeX를 리모콘으로**](/kor/app/remote.md) 쉽게 이용할 수 있습니다.
  {% endhint %}


---

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