# 1. 자동 운행 기록

{% hint style="success" %}
**용어 안내:&#x20;**<mark style="color:blue;">**'자동 운행 기록'**</mark>**이란?**

운행 마다 카택스 앱을 실행시켜 '운행 시작', '운행 종료' 버튼을 누르지 않고, 운행기록을 작성할 수 있도록 도와주는 고급 설정입니다.
{% endhint %}

***

## 1. 자동 운행 기록의 원리

스마트폰이 특정 통신 신호를 수신할때 카택스 앱이 실행되어 운행기록을 작성하는 원리입니다.

> <mark style="color:blue;">**블루투스 자동 운행 예시**</mark>
>
> ### 운행 시작
>
> > 1. 차량 탑승 후 시동 켬 (ON)
> > 2. 시동이 켜지면서 차량과 스마트폰이 블루투스로 연결
> > 3. 카택스 앱이 백그라운드 상태에서 블루투스 연결 신호 감지
> > 4. 블루투스 연결 후 스마트폰이 시속 10km/h 이상 속도를 감지하면 운행기록 시작 (속도 감지 기준 변경 가능)
>
> ### 운행 종료
>
> > 1. 목적지 도착 후 차량 시동 끔 (OFF)
> > 2. 시동이 꺼지면서 차량과 스마트폰 블루투스 연결 해제
> > 3. 카택스 앱이 백그라운드 상태에서 블루투스 연결 해제 신호 감지
> > 4. 블루투스 연결 해제 후 스마트폰 GPS가 일정 시간 이동이 없으면, 운행기록 저장 (이동 감지 시간 변경 가능)

<figure><img src="/files/EqzCMQ6PmpW2a4uUTbun" alt="자동운행기록-운행일지자동-블루투스운행일지-자동기록"><figcaption><p>블루투스 자동 운행 기록 예시</p></figcaption></figure>

***

## 2. 자동 운행 기록 사용법

> 1. 카택스 Biz 앱 실행
> 2. 메인화면의 <mark style="color:blue;">**'자동운행기록'**</mark> or 더보기 화면의 자동운행기록 설정 메뉴 진입
> 3. 자동운행 기록 방식 선택&#x20;
>    * 차량 블루투스
>    * 배터리 충전
>    * 카택스 비콘 (카택스 비콘 별도 구매 필요)
> 4. 각 방식에 따른 설정 진행 후 저장

<figure><img src="/files/z1rZDPywTRrPCHIPgbTB" alt="자동운행기록-운행일지자동-간편등록-간편작성-빨리작성"><figcaption><p>자동운행기록 설정법</p></figcaption></figure>

***

## 3. 자동 운행 기록 종류 및 유의사항

{% content-ref url="/pages/SQxaSLpBcyDH22HMVgU6" %}
[1-1. 차량 블루투스 자동운행](/guidebook/guides/summary/auto_trip/bluetooth.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZDHy03XwsHWxGCcsgZfB" %}
[1-2. 배터리 충전 자동운행](/guidebook/guides/summary/auto_trip/battery.md)
{% endcontent-ref %}

{% content-ref url="/pages/FvGtyzgZkXMCzCvYmn3k" %}
[1-3. 카택스 비콘 자동운행](/guidebook/guides/summary/auto_trip/beacon.md)
{% endcontent-ref %}

{% content-ref url="/pages/hznrOq3r2fI3gk0CsLmj" %}
[1-4 자동운행 사용 시 유의사항](/guidebook/guides/summary/auto_trip/notice.md)
{% endcontent-ref %}

***


---

# 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://docs.cartax.biz/guidebook/guides/summary/auto_trip.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.
