> For the complete documentation index, see [llms.txt](https://happybara.gitbook.io/nightowl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://happybara.gitbook.io/nightowl/getting-started/increase-maximum-recipients.md).

# Increase Maximum Recipients

### Add a payment method to your subscription

{% hint style="info" %}
&#x20;*If you already established a subscription by adding a payment method, you can skip this step.* &#x20;

> *If your organization has more than two users, you would have been prompted to add a payment method.  Similarly, if you are able to add more than the free tier maximum of 25 recipients, you have already added a payment method.*

*To check whether or not you have supplied a payment method, click `About Nightowl` in the app home, then click* :money\_with\_wings:`Manage billing`.

> If you see buttons for :credit\_card: `Manage payment` and :receipt:`Manage receipt delivery`, you already have a payment method on file for your subscription.
> {% endhint %}

#### First, check whether you have a payment method on file by following the steps above. &#x20;

If not, you'll need to add one before you can increase the maximum concurrent recipients limit.  This step simply establishes a payment method for your account. &#x20;

{% hint style="success" %}
Your first two [**Nightowl** ](https://happybara.io/apps/nightowl)users are always free: there is no monthly fee for these users, even if you add a credit card.
{% endhint %}

* Click `About Nightowl` in the app home, then click :money\_with\_wings:`Manage billing` in the modal.
* In the subsequent modal, click :shopping\_cart:`Upgrade` to reach the Stripe checkout page where you will need to add a credit card for your account.

### Increase maximum concurrent recipients

Open a new BCC message and click :shopping\_cart:`View pricing` as shown in the screenshot below.

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

You will see another modal, which shows pricing and allows you to select a new maximum recipient limit. Please select your desired tier, then proceed with the prompts to update your subscription.

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

#### Once you've confirmed the change, your subscription will be instantly updated and the change will be reflected in your future invoices.

{% hint style="info" %}
*Prices shown in the image are subject to change.*&#x20;
{% endhint %}

**Still have questions?** Feel free to reach out through [Slack Support chat ](/nightowl/happybara/support.md)or [email](mailto:support@happybara.io).


---

# 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://happybara.gitbook.io/nightowl/getting-started/increase-maximum-recipients.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.
