> For the complete documentation index, see [llms.txt](https://hubz-1.gitbook.io/hubznetwork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hubz-1.gitbook.io/hubznetwork/core-modules/gated-group-access-setup/manage-group-access.md).

# Manage Group Access

Once your Telegram group is connected, you can manage manage Gated Group Access using *Hubz.* This includes setting token or NFT requirements that members must meet to enter or remain in the group.

***

1. In Telegram, tap the ***Hubz*** drawer at the bottom of the chat to re-enter the app.\
   \&#xNAN;*Alternatively, you can close and reopen the app from **@TheHubzBot**.*
2. From **My Groups**, locate the connected group you want to manage.
3. Tap **Manage Group** to begin configuring access rules for that group.

<figure><img src="/files/StNzOQcciyxocmb4GRpL" alt=""><figcaption></figcaption></figure>

#### Configure  Gating for Group Access

***Gating*** lets you control who can join your group based on token or NFT ownership. In this step, you’ll choose the token used for access and define the requirements members must meet.<br>

<figure><img src="/files/4eqp8MibM432rmjz6vC5" alt=""><figcaption></figcaption></figure>

In **Manage Group**, tap **Add Token Gated Access**.

1. Select the blockchain network and token you want to use for access.\
   \&#xNAN;*(In this example, Solana is selected.)*
2. Set the required token amount members must hold to gain access.

* Choose a verification mode:
* **One-Time** – users are verified ONLY ONCE when joining.
* **Ongoing** – users are CONTINUOUSLY VERIFIED to maintain access.

3. Tap **Save Token Gating** to apply the settings.
4. Confirm that **Gating is Enabled** in the **Gating Overview**.

<figure><img src="/files/FVGGRikryO08JLvXQ8HE" alt=""><figcaption></figcaption></figure>

#### Set a Custom Group Entry Message

The group entry message is shown to users before they access your Telegram group. Use it to explain what the group is about or what members need to do to gain access.<br>

1. In **Manage Group**, tap Settings tab
2. Now tap the pen icon to edit the **Group Entry Message**.
3. Enter your custom welcome message, then tap **Save**.
4. Confirm the message appears under **Group Entry Message**.

<figure><img src="/files/YoUVuTYVYZKcA0hjrfrd" alt=""><figcaption></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://hubz-1.gitbook.io/hubznetwork/core-modules/gated-group-access-setup/manage-group-access.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.
