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

# 구글 어시스턴트

### **운전 중에도 Google 어시스턴트를 이용하세요**

Google 어시스턴트 지원 차량을 이용하거나 Android Auto 앱이 있으면 운전 중에 손을 사용하지 않고도 어시스턴트의 도움을 받을 수 있습니다.\
시작하려면 "Hey Google"이라고 말하거나, 지원 차량의 핸들에 있는 음성 제어 버튼을 길게 누르세요.

### **"헤이 구글"**

Google 어시스턴트를 시작하려면, "헤이 구글"이라고 말해보세요. 화면에서 "헤이 구글"이 응답합니다.

### **핸들 버튼 이용하기**

**‘스티어링 휠’ 리모컨에서 음성 버튼을 길게 누릅니다.**

> *“집으로 갈래”* \
> *”서울 강남역까지 경로 안내”* \
> *”가까운 커피숍 가는 길 알려줘”* \
> *”회사까지 경로 안내”* \
> *”서울특별시 강남구 테헤란로 152로 운전 경로 알려 줘.”*\
> *“진수에게 5분 뒤에 도착이라고 문자 보내줘”*&#x20;

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

### **마이크 아이콘 터치하기**

앱 목록 좌측-하단에 마이크 모양 아이콘을 탭하여 명령합니다.

<figure><img src="/files/15ky4sG1XwRENlifm404" 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/gg_assistant.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.
