# How Does My Channels Plan Level Affect The Limits Of My Apps?

Billing at Pusher is currently done on an account level. That means that if you have only one app then essentially your plan level dictates how many connections and messages you are allowed for that one app.&#x20;

**Your plan level, and therefore limits, only apply to the apps that you are the owner of.**

Now imagine you have multiple apps. If your plan allows for 100 concurrent connections and 200000 messages and you have two apps, App1 and App2, then if App1 currently has 100 connections and App2 has no connections, then you are at the edge of your plan's limits. If some new connections are attempted using App2's API keys then they will fail because you will be trying to exceed your account level limits. The same goes for messages - they are aggregated over all of the apps that an account owns.

For an explanation of what a concurrent connection is see [What are concurrent Channels connections?](/pusher/channels/channels/connecting/what-are-concurrent-channels-connections.md)

If you are a collaborator on other apps then your plan level has no effect on the limits applied to those apps (although remember that billing, and therefore limits, are applied on an account level).

If you have a collaborator on your app that has upgraded their plan and you want their limits to be applied to the app then you'll need to go the collaborators tab of the app in question and transfer the app to that account.

{% hint style="info" %}
Still have questions? Please reach out to our Support team by visiting [this page](https://messagebird.com/support-center/Pusher-request-new).
{% endhint %}


---

# 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://docs.bird.com/pusher/account-billing/account-billing/plans/how-does-my-channels-plan-level-affect-the-limits-of-my-apps.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.
