> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/sessions/lite-user-limits.md).

# LITE user limits

Some Sessions have a limit on how many LITE users can be present at any given time. When the limit is reached, no more LITE users are allowed to join. If a LITE user leaves the Session, they free up a space for another LITE user to join.

The following Sessions include limits on LITE users:

* Persistent Sessions.
* Standard sessions that use a password or aren't included in the public list.
* Events that use a password or a guest list.

The license type of the person who creates the session determines the maximum number of LITE users that can join, as shown in the following table:

| License type of Session creator | Maximum number of LITE users |
| ------------------------------- | ---------------------------- |
| PLUS                            | 2                            |
| K-12 / Primary / Secondary      | 3                            |
| Higher Education                | 5                            |
| Enterprise                      | 5                            |
| Commercial                      | 20                           |

## Reviewing LITE user limits in a Session

If your Session has a limit on LITE users, a plus icon is displayed next to the user count in your menu or on your tablet, as shown in the following image:

<figure><img src="/files/mn5Y341WBT5J26wcQmta" alt=""><figcaption><p>Plus icon that appears in Sessions that have a limit on LITE users</p></figcaption></figure>

If you select the plus icon, an indication of the current and maximum number of LITE users appears.

<figure><img src="/files/fwVlgGbcncO9qaQe40tb" alt=""><figcaption><p>Expanded information about the current and maximum number of LITE users</p></figcaption></figure>

{% hint style="info" %}
If a LITE user attempts to join a Session, but is blocked because the session already has the maximum number of LITE users, hosts in that session receive a notification. Also, the expanded information, as shown in the image above, turns red.
{% endhint %}


---

# 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://docs.engagevr.io/engage/sessions/lite-user-limits.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.
