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

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

{% 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.
