> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/ja-gitbook-documentation/akauntoto/billing-faq/free-trial.md).

# 無料トライアル

GitBookの無料トライアルに含まれる内容、開始方法、終了時に何が起こるか

無料トライアルでは、GitBook の機能を試し、チームのオンボーディングを開始し、コンテンツを作成またはインポートしながら、高度なカスタマイズ、AI 回答、サイトへの制限付きアクセスなどの高度な機能を試すことができます。

### トライアルはどのように開始されますか？

トライアルは、サイトを公開して閲覧者に公開したとき、または権限にかかわらず組織に追加メンバーを招待したときに開始されます。

無料トライアルを開始するのに支払い方法を提供する必要はありません。トライアル後にアップグレードすることにした場合、その時点で GitBook が支払い方法を求めます。

### トライアル中にどの機能を試せますか？

Ultimate プランのすべての機能を試すことができます。サイトで利用できる機能は、サイト作成時に選択するサイトタイプによって異なります。 [料金ページ](https://www.gitbook.com/pricing) プランを比較してください。

### トライアルの残り時間はどこで確認できますか？

残りのトライアル時間は、サイドバー下部のバナーに表示されます。また、プラン設定からも確認できます。組織に戻って **ホーム** に戻って **設定**で、次に **請求** の **組織** グループ。

### トライアル終了時に何が起こりますか？

トライアルが終了したら、プランを選択するか無料プランにダウングレードします。支払いに進む前に、メンバーや公開済みサイトを確認できます。

### トライアルを延長できますか？

大規模な組織で Enterprise プランに関心がある場合、GitBook では、より長いトライアルを含む追加の移行およびオンボーディング支援を提供しています。 <sales@gitbook.com> までご連絡のうえ、ご要件についてご相談ください。


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/akauntoto/billing-faq/free-trial.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.
