# タイマーを共有する

共有されたタイマーの操作は完全に同期するため、他のデバイスや遠隔地のメンバーと共同して利用できます。

<figure><img src="https://34971084-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqxJX6GsaQQ89UCy3dRLd%2Fuploads%2FUsPsqyTeV7DJ7YaT0Gpc%2Ffrom_another_device.gif?alt=media&#x26;token=4b704bb5-1342-4b2c-a097-d06e85b3df87" alt=""><figcaption><p>他の端末とタイマーを共有する</p></figcaption></figure>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>共有リンクを取得する</strong></td><td>「controller」や「viewer」の共有リンクやQRコードを取得します</td><td><a href="share/get-share-link">get-share-link</a></td><td></td></tr><tr><td><strong>接続中のデバイスを管理する</strong></td><td>必要に応じて、接続されているデバイスのリロードや強制退出の遠隔操作ができます</td><td><a href="share/manage-connected-devices">manage-connected-devices</a></td><td></td></tr></tbody></table>


---

# 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.timer-share.com/quick-start/share.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.
