# 운행기록 작성

{% hint style="info" %} <mark style="color:blue;">**카택스는 스마트폰 GPS를 이용하여 운행기록을 측정합니다.**</mark>

GPS를 끄거나, 절전모드 등으로 위치정보 수신이 어려운 경우에는 운행기록 작성에 어려움이 있습니다.
{% endhint %}

## 1. 운행기록 시작, 종료

> 1. 차량 탑승 후 출발지에서 <mark style="color:blue;">**'운행기록 시작'**</mark> 버튼을 누릅니다.
> 2. 도착지에 도착 후 <mark style="color:red;">**'운행기록 정지'**</mark> 버튼을 누릅니다.
> 3. 스마트폰 GPS 정보를 수신하여 출발지와 도착지 사이 운행기록을 측정하고 저장합니다.

<figure><img src="/files/KLMzRCWSQOqA0NwlAYVI" alt="운행기록-알아서-자동-운행일지-등록" width="563"><figcaption><p>[APP] 운행기록 시작 및 정지 방법</p></figcaption></figure>


---

# 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/manual/biz_app/home/drivinglog.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.
