# Managing user access and related charges

## When I invite a new member, when will I be charged?

GitBook’s pricing is based on the number of members in an organization, and our [pro rata billing policy](https://gitbook.com/docs/account-management/plans/billing-policy) helps to ensure that you pay for the correct usage. For monthly plans, you can add or remove members at any time and the change to your bill will be included on your next monthly invoice. For yearly plans, the same applies — however, if your pending charges exceed a certain amount, we’ll invoice straight away.

{% hint style="warning" %}
It is important to note that you ***won’t*** go through ***another checkout process*** when adding a new member to your organization.
{% endhint %}

***

## How can I remove organization members?

To remove organization members' you will have to have admin permissions.&#x20;

1. Navigate to **organization settings** by clicking the settings button at the bottom of your sidebar.
2. Navigate to **members** to view all members in the organization.
3. Click the three-dot option menu next to the member you want to remove.
4. Click **remove** and confirm.

<figure><img src="/files/IYE00D7q4IVJ1i89GvcZ" alt=""><figcaption></figcaption></figure>

***

## Are guests or readers free members?

Access permissions do not affect members' price, so guests or readers cost the same as other users.&#x20;


---

# Agent Instructions: 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:

```
GET https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/help-center/account-management/managing-your-organization/managing-user-access-and-related-charges.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
