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

# Site and member costs

### Do I have to pay to publish a site?

GitBook offers unlimited basic sites for free. If you plan to use custom domains, advanced customizations, or other premium features, you’ll need to upgrade the site to a paid plan.

Your content itself is free — you can create as much as you like, and you’re only charged when it’s published as part of a paid site.

{% hint style="info" %}
A site with multiple variants counts as a single published site towards your bill.
{% endhint %}

### When am I charged for adding a member?

GitBook’s pricing is based on the number of members in an organization, and the [pro-rata billing policy](/docs/account-and-billing/plans/billing-policy.md) ensures you pay for the correct usage. On monthly plans, you can add or remove members at any time and the change appears on your next monthly invoice. The same applies to yearly plans — though if your pending charges exceed a certain amount, GitBook invoices straight away.

You won’t go through another checkout process when adding a new member to your organization.

### Are guests or readers free members?

Access permissions don’t affect member pricing — guests and readers cost the same as other members.

### How do I remove organization members?

You need admin permissions to remove members:

1. Go back to your organization **Home** and click **Settings**.
2. Click **Members** under the **Organization** group.
3. Click the **Actions menu** next to the member you want to remove.
4. Click **Remove** and confirm.


---

# 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/account-and-billing/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.
