> For the complete documentation index, see [llms.txt](https://faqs.groupfi.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faqs.groupfi.ai/groupfi-chatbox-user-guide/group-status-and-vote.md).

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