> For the complete documentation index, see [llms.txt](https://missiveapp.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://missiveapp.com/docs/support/how-many-gmail-accounts-can-i-have.md).

# How Many Gmail Accounts Can You Have

There's no official limit to the number of Gmail accounts you can create. However, Google may require phone verification for new accounts, and one phone number can only be linked to a limited number of accounts.

[Missive](https://missiveapp.com) lets you add unlimited Gmail accounts to manage all your email in one place. Whether you have personal accounts, work accounts, or accounts for different projects, you can access them all from Missive's unified inbox.

## Google's account limits

While Google doesn't publish an exact limit, here's what to expect:

* **Phone verification** - Google may ask you to verify new accounts with a phone number
* **Phone number limits** - One phone number can typically verify 4-5 accounts
* **Activity requirements** - Inactive accounts may be deleted after extended periods

## Gmail accounts in Missive

In Missive, you can connect as many Gmail accounts as you need:

* **Personal accounts** - Private accounts visible only to you
* **Shared accounts** - Team email accounts accessible to your organization

Each account type has different pricing:

* **Personal accounts** - All paid plans include 10 personal accounts. The Free plan allows 2.
* **Shared accounts** - Each user contributes 5 shared accounts to your organization's pool. For example, a 10-user organization can connect 50 shared accounts at no extra charge. Need more? Additional shared accounts are $15/month per 5 accounts. See the [Billing FAQ](/docs/administration/billing-and-plans/faq.md#how-many-shared-accounts-can-i-connect) for details.

## Adding Gmail accounts to Missive

1. Go to **Settings** > **Accounts**
2. Click **Add account**
3. Select **Google**
4. Sign in with your Gmail credentials
5. Grant Missive permission to access your email

Repeat for each Gmail account you want to add.

***

**Related:** [Gmail / Google Workspace](/docs/core-features/connected-accounts/email-accounts/gmail-google-workspace.md) | [Gmail FAQ](/docs/core-features/connected-accounts/email-accounts/gmail-google-workspace/faq.md)


---

# 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://missiveapp.com/docs/support/how-many-gmail-accounts-can-i-have.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.
