# Group status and vote

#### A group can be either public or private.&#x20;

* Public groups are visible to both members and visitors, but only members can speak. Messages in a public group are in clear text, and are visible to all users. A user can join a public group if they have the required token or NFT, otherwise, they can subscribe to the group, and join later when they meet the entry requirement.
* Private groups are visible to qualified users, meaning users with the required NFT or the amount of tokens. Messages in a private group are encrypted, and are visible to members only.&#x20;

#### &#x20;A group is set by default as public:&#x20;

* For a group with fewer than 100 members, the group members can vote to decide whether the group stays public or becomes private.&#x20;
* For a group with over 100 members, it always remains a public group, and cannot be voted otherwise.&#x20;

<figure><img src="/files/pUeMY457f7dMLUtZNzvZ" alt="" width="338"><figcaption><p><em>Group members can vote for group status</em></p></figcaption></figure>


---

# 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://faqs.groupfi.ai/groupfi-chatbox-user-guide/group-status-and-vote.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.
