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

# 유튜브

{% hint style="danger" %}
**주행 중 유튜브 시청은 절대 불가합니다!**

차량이 운행되지 않을 경우에만 시청하세요. (단, 안드로이드 14 버전 이상만 가능)
{% endhint %}

## **1. Fermata Auto  설치**

### 1-1.  apk 파일 다운로드

아래 링크에서 최신 버전의 apk 파일을 다운로드 하세요.

{% embed url="<https://github.com/AndreyPavlenko/Fermata/releases/>" %}

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

<figure><img src="/files/8JhyRF5F5pIsO47ozzVy" alt=""><figcaption></figcaption></figure>

### **1-2. 파일 설치**

<figure><img src="/files/2OQWxWvCbAYGckj7mI96" alt=""><figcaption></figcaption></figure>

설치 팝업이 나타나지 않는다면 아래의 방법으로 파일을 설치할 수 있습니다.

<mark style="color:blue;">**STEP01**</mark> SAMSUNG ▶ 내 파일 ▶ 카테고리-설치 파일 ▶(방금 다운로드 받은) apk 파일 선택 ▶ 설치

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

### **1-3. Fermata Auto 권한 허용**

<figure><img src="/files/3EThb4TTi9Ps892ac6Fw" alt=""><figcaption></figcaption></figure>

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

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

## **2. Android Auto 실행**

오토프로x를 차량과 케이블로 연결하여 Android Auto를 실행합니다. [자세히 보기>](/kor/android_auto/connect.md)

## **3. 개발자 모드 활성화**

앱을 켜고 개발자 모드를 활성화 합니다.

<figure><img src="/files/09umROnh7IIYE5JGagf4" alt=""><figcaption></figcaption></figure>

## **4. 유튜브 실행 방법**

### 4-1. Apps 버튼 터치

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

### **4-2. Fermata Auto 실행**

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

### **4-3. Youtube 아이콘 선택**

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

### **4-4. 유튜브 실행 모습**

<figure><img src="/files/SRHisVYoz8IHBQSCF3S5" 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/android_auto/youtube.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.
