> 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/plan-and-member-costs.md).

# サイトとメンバーの料金

GitBookがサイトとメンバーに対してどのように請求するか

### サイトを公開するのに料金はかかりますか？

GitBookでは、基本サイトを無制限で無料利用できます。カスタムドメイン、高度なカスタマイズ、その他のプレミアム機能を使用する予定がある場合は、サイトを有料プランにアップグレードする必要があります。

コンテンツ自体は無料です。好きなだけ作成でき、有料サイトの一部として公開されたときにのみ料金が発生します。

{% hint style="info" %}
複数のバリアントを持つサイトは、請求上は1つの公開サイトとしてカウントされます。
{% endhint %}

### メンバーを追加すると、いつ料金が発生しますか？

GitBookの料金は組織内のメンバー数に基づいており、また、 [日割り請求ポリシー](/docs/documentation/ja-gitbook-documentation/akauntoto/plans/billing-policy.md) によって、適切な利用分のみをお支払いいただけます。月額プランでは、いつでもメンバーを追加・削除でき、その変更は次回の月次請求書に反映されます。年額プランでも同様ですが、未確定の料金が一定額を超えると、GitBookはすぐに請求書を発行します。

組織に新しいメンバーを追加しても、別途チェックアウト手続きを行う必要はありません。

### ゲストや閲覧者は無料メンバーですか？

アクセス権限はメンバー料金に影響しません。ゲストや閲覧者も他のメンバーと同じ料金です。

### 組織メンバーを削除するにはどうすればよいですか？

メンバーを削除するには管理者権限が必要です：

1. 組織に戻り、 **ホーム** に戻って **設定**.
2. クリックして **メンバー** の **組織** グループ。
3. をクリックするか、 **操作メニュー** 削除したいメンバーの横にある
4. クリックして **削除** そして確認します。


---

# 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/plan-and-member-costs.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.
