> For the complete documentation index, see [llms.txt](https://docs.timer-share.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.timer-share.com/resources/usage-limits.md).

# 利用上限と制限

{% hint style="info" %}
TIMERshareは現在[β版での試験運用中](/resources/faq.md#nitsuite)です。
{% endhint %}

<table><thead><tr><th width="333">制限事項</th><th>β版の上限</th></tr></thead><tbody><tr><td>ステージの有効期限</td><td>24時間</td></tr><tr><td>ステージへの同時アクセス数</td><td>5つまで</td></tr><tr><td>アクセス制御方法</td><td>外部公開のみ</td></tr><tr><td>作成できるセクション・タイマー数</td><td>10つまで</td></tr><tr><td>広告の非表示</td><td>無効</td></tr><tr><td>TIMERshareロゴの非表示</td><td>無効</td></tr></tbody></table>

{% hint style="success" %}
今後、ログイン機能による複数ステージの管理、パスワード制御によるアクセス制御など順次アップデートを予定しております。
{% endhint %}

{% hint style="info" %}
上限については、今後のアップデートにより変更される可能性がございます。
{% endhint %}

{% hint style="success" %}
国公立・私立学校の授業などでご利用を検討されている場合は、上記制限について個別にご支援いたします。[お問い合わせフォーム](https://timer-share.com/inquiry/) よりご連絡ください。
{% endhint %}

***

もし、TIMERshareのサービス継続や発展等へのご支援などございましたら [お問い合わせフォーム](https://timer-share.com/inquiry/) よりご連絡ください。

> 本利用上限と制限は予告なく変更されることがございます。\
> その場合、変更後の内容は本ページにて告知を行い、その時点から有効になります。


---

# 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://docs.timer-share.com/resources/usage-limits.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.
