> 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/plans/legacy-plans.md).

# 旧価格体系

現在の価格体系と旧価格体系の違いについて学びましょう。

私たちは [料金体系を更新しました](https://www.gitbook.com/blog/new-site-sections#new-pricing-for-new-users) 最近、公開サイト向けにリリースしてきた多くの新機能に対応するため、料金体系を更新しました。このため、まだ旧料金体系をご利用中である可能性があります。

現在リリースしている新機能の一部は、更新後の料金プランでのみご利用いただけます。どうか [サポートにお問い合わせください](broken://pages/55ca09da2fc64db3d290bfa3cf9175afa45c2bdc) 詳細を確認し、料金プランをアップグレードしたい場合は。

できます [現在のプランをご覧ください](/docs/documentation/ja-gitbook-documentation/akauntoto/plans.md) こちら。

### 更新された料金体系

公開をよりシンプルにし、機能をサイトプランにより適切に対応させるため、プランをいくつか変更しました。概要は以下のとおりです。

* **Proプラン**：月額のプラットフォーム料金は不要になりました。無料プランでも、制限なくサイトを購入・公開できます。
* **Organizationプラン**：現在はコラボレーション専用に重点を置いています。

AI検索はPremiumおよびUltimateのサイトプランで利用できます。GitBook Assistantとその他の高度なAI機能はUltimateサイトプランで利用できます。

**機能は現在サイトプランに紐づいています**

| **機能**        | **必要なプラン**         |
| ------------- | ------------------ |
| AI検索          | PremiumまたはUltimate |
| PDFエクスポート     | PremiumまたはUltimate |
| 検索インサイト       | PremiumまたはUltimate |
| カスタムドメイン      | PremiumまたはUltimate |
| ページ評価/フィードバック | PremiumまたはUltimate |
| 高度なカスタマイズ     | PremiumまたはUltimate |
| 一覧非表示         | PremiumまたはUltimate |
| 共有リンク         | PremiumまたはUltimate |
| 認証済みアクセス      | アルティメット            |
| サイトリダイレクト     | PremiumまたはUltimate |
| サイトセクション      | アルティメット            |


---

# 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/plans/legacy-plans.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.
