# What Is The Maximum Number of Channels Supported Per App?

[Channels](https://pusher.com/docs/channels) are a mechanism that lets you partition and filter data. They are simply there to help us route information to interested clients. So, **there is no restriction on the number of channels you can have in your application**.\
We therefore advise that you create as many channels as required to ensure any events you send are only received by the necessary clients.&#x20;

Also, a channel is not a connection and does not count towards your connection quota. See [How are connections counted?](/pusher/channels/channels/limits/how-are-concurrent-connections-counted.md)

{% 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/channels/channels/limits/what-is-the-maximum-number-of-channels-supported-per-app.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.
