> For the complete documentation index, see [llms.txt](https://docs.shippercrm.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shippercrm.com/settings/organization/members/inviting-members.md).

# Inviting Members

### Overview

As long as the email address domain matches your organizations, inviting new members and increasing your seat count is as easy as adding an email address and sending an invite. Once an invite is sent, it is valid for 7 days.

### Inviting New Members

Owners can invite members to the organization or to a specific workspace. Here's how:

1. Go to the "Members" tab in Settings, under the 'Organization' section.
2. Click the "Invite People" button.
3. In the modal, enter the person's email address. **This should match the email domain of your brokerage.**
4. If you want to add them to specific workspace(s), select the workspace via the dropdown.
5. Click "Send Invites".

{% hint style="warning" %}
**All users must be part of at least 1 workspace**.
{% endhint %}

{% hint style="warning" %}
**You will be automatically charged for the additional seat(s).**

The price will be computed based on your plan and remaining days of the billing cycle. For instance, if your plan costs $100 per user, you are billed monthly, and you add 2 new members 3 days before the end of the billing cycle you will be charged approximately $20.
{% endhint %}


---

# 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://docs.shippercrm.com/settings/organization/members/inviting-members.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.
