# 為什麼用智慧手錶把跑步數據轉成 GPX 上傳後，距離和手錶原本顯示的不一樣？

GPX 檔裡通常只有 GPS 軌跡點，沒有「距離」欄位；所以跑力在匯入 GPX 後，會用自己的演算法「重新用軌跡估算距離」，因此匯入後，系統會依照軌跡重新計算距離，不同平台的計算方式不同，就可能出現與手錶原本顯示公里數不一致的情況。

一般來說，上傳 TCX 或 FIT 會更一致，因為檔案裡會直接帶裝置記錄的距離。\
RQ 建議做法：用一條數據匯入的路徑，先把數據導入 STRAVA，再把 STRAVA 連接到 RQ，讓 RQ 直接讀 STRAVA 同步過來的資料

操作方式：

1. 可以到 STRAVA 連接支援的裝置
2. 確認跑步活動已同步到 STRAVA 後，把 STRAVA 和 RQ 連接（之後活動就能自動進 RQ）。


---

# 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://runningquotient-support.gitbook.io/rqsupport/analysis/why-gpx-data-from-samsung-watch-looks-different.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.
