# What Are Concurrent Channels Connections?

The number of concurrent connections you can have is based on the maximum number of connections as described by your Channels plan: <https://pusher.com/channels/pricing>

Concurrent connections means the total number of simultaneous connections you can have open across your Channels account. The number of channels subscriptions that each connection holds does not impact the connection count.&#x20;

For example:

1\) User A connects to your Channels app - that is one concurrent connection

2\) User B connects to your Channels app as well - that is two concurrent connections

3\) User A disconnects from your Channels app - you now have one concurrent connection again.

4\) User C connects to your Channels app - you now have two concurrent connections (user A is still disconnected and so is not counted: remember we are counting *simultaneous* connections).&#x20;

Also 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/connecting/what-are-concurrent-channels-connections.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.
