# タイマーを作成する

<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>ステージを作成して、タイマーを起動してみましょう</td><td><a href="getting-started/create-stage">create-stage</a></td><td></td></tr><tr><td><strong>タイマーを編集する</strong></td><td>タイマーの時間指定や終了日時指定、カウントダウンやカウントアップの設定を編集します</td><td><a href="getting-started/edit-timer">edit-timer</a></td><td></td></tr><tr><td><strong>セクションを追加・編集する</strong></td><td>セクションに名前をつけたり、順番を並び替えることができます</td><td><a href="getting-started/create-and-edit-section">create-and-edit-section</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/getting-started.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.
