> For the complete documentation index, see [llms.txt](https://strydtaiwan.gitbook.io/stryd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://strydtaiwan.gitbook.io/stryd/stryd-app/withmymobiledevice.md).

# 用 App 連接 Stryd 跑步

除了手錶，你也可以使用手機或平板電腦來記錄跑步數據。

1）選擇螢幕底部的日曆圖標，進入日曆。選擇螢幕右上角的加號圖示。

[![Start\_FreeOutDoorRun.gif](https://stryd.intercom-attachments-1.com/i/o/649012474/f1ab68cfad5c0b42e3ffa456/Start_FreeOutDoorRun.gif?expires=1767336300\&signature=c24a95a25357259f58de9ac98c42c2215ee8095c917382616a84d023983044fa\&req=ciQuFsh8mYZbFb4f3HP0gG6%2FiVAvwzau2QI7A%2BxKL%2FdO7p3f%2FIwam1ihg8PP%0Afxv08pxC3JcZlO1yWQ%3D%3D%0A)](https://stryd.intercom-attachments-1.com/i/o/649012474/f1ab68cfad5c0b42e3ffa456/Start_FreeOutDoorRun.gif?expires=1767336300\&signature=c24a95a25357259f58de9ac98c42c2215ee8095c917382616a84d023983044fa\&req=ciQuFsh8mYZbFb4f3HP0gG6%2FiVAvwzau2QI7A%2BxKL%2FdO7p3f%2FIwam1ihg8PP%0Afxv08pxC3JcZlO1yWQ%3D%3D%0A)

2）選擇「開始跑步」 您可以選擇在戶外或室內進行跑步機跑步。

3）準備開始跑步時，點選左下角的錄音按鈕。

注意：如果您在室內跑步，可以從螢幕底部向上滑動來調整坡度。


---

# 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://strydtaiwan.gitbook.io/stryd/stryd-app/withmymobiledevice.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.
