> For the complete documentation index, see [llms.txt](https://chord-on-code.gitbook.io/dansokgogo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chord-on-code.gitbook.io/dansokgogo/undefined-2/app/car-sync.md).

# 차량 번호 동기화

관리자가 웹 관리자 페이지에서 등록·수정한 정기차량 데이터를 모바일 앱으로 다시 내려받는 기능입니다. 단속 화면에서 새로 등록한 차량이 "등록 차량"으로 정확히 인식되도록 도와줍니다.

## 자동 동기화 vs 수동 동기화

* 앱을 시작하면 등록된 차량 정보가 **자동으로 동기화**됩니다. 일반적인 경우 별도로 누를 필요는 없습니다.
* 단, **순찰 중에 신규 차량이 등록·삭제**되면 그동안의 단속 결과 판정이 어긋날 수 있습니다. 이런 경우 본 메뉴로 즉시 강제 동기화한 뒤 순찰을 이어가세요.

## 이런 상황에 사용하세요

* **관리자에게 새 차량 등록을 요청한 직후** — 관리자가 등록 완료를 알려 주면 한 번 동기화한 뒤 순찰을 시작하세요.
* **엑셀로 대량 업로드한 직후** — [차량 번호 관리](/dansokgogo/undefined-1/web/car-numbers.md)의 엑셀 업로드로 수십 \~ 수백 대를 한 번에 등록한 직후 가장 효과가 큽니다.
* **단속 결과가 이상할 때** — 분명히 등록된 차량인데 미등록으로 잡힌다면 동기화가 누락된 상태일 수 있습니다. 한 번 눌러 보고 다시 시도해 보세요.

## 진입 경로

[홈 화면](/dansokgogo/undefined-2/app/home.md) 우측 상단 **설정(⚙️) 버튼** → 설정 페이지 → **차량 번호 동기화하기**

## 화면 구성

* **마지막 동기화 시각** — 가장 최근 동기화가 완료된 시각이 함께 표시됩니다.
* **동기화하기 버튼** — 누르면 서버에서 최신 정기차량 목록을 다시 받아옵니다. 차량 수가 많을수록 시간이 약간 더 걸립니다.

## 유의사항

* 동기화는 인터넷 연결이 필요합니다. 네트워크 상태가 불안정하면 잠시 후 다시 시도해 주세요.

## 관리자도 동일하게 사용

관리자가 모바일 앱에서 직접 단속을 수행할 때도 같은 방식으로 동기화합니다. 화면과 동작 모두 동일합니다.


---

# 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://chord-on-code.gitbook.io/dansokgogo/undefined-2/app/car-sync.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.
