> For the complete documentation index, see [llms.txt](https://collab-land.gitbook.io/collab-land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://collab-land.gitbook.io/collab-land/bots/telegram/token-permissioned-chat.md).

# Token Permissioned Chat

Here are all the ways you can interact with your community once you've [added the bot as an administrator](/collab-land/bots/telegram.md#configure-your-group-settings) and have [linked your wallet](/collab-land/bots/telegram.md#verify-wallet-and-link-to-group).&#x20;

## **Setup**

1\) Go back to your chat with [@collablandbot](https://t.me/collablandbot), and either press the *Start* button at the bottom of the screen or type */start* in the message composer.&#x20;

2\) Select the group you want to configure.

3\) Select the token type that will be using for your membership. Here are our currently supported token types.&#x20;

![](/files/-MIVCTZuRiiMpT2ur3wf)

4\) Choose what network your token is on.

![](/files/-MEjgHThYKK4N69_o992)

5\) Depending on the token, you'll need to enter in different information. See below and input the information being requested.

#### ROLL

![](/files/-MEjh4lvCLQ6SxgA7vtP)

#### POAP

![](/files/-MEjhEKVrNw-VIsDLgF0)

#### ERC20 and ERC721

![](/files/-MEjgxDnucjQpWXb1KUD)

**ERC1155**

![](/files/-MIVCfmXFI3JI5kYDrku)

6\) You can then add a message to your community members as well.&#x20;

7\) The bot will give you an invite link. Copy the link and send it out to your new members. Once they have the required amount of tokens in their wallet, going to this link will give them access to your new Token Permissioned Chat!

![](/files/-MEjhsu7Tz6ydBPuONRR)

{% hint style="info" %}
Token Permissioned Chat only checks to see if members have the minimum required amount of tokens in their connected wallet. **We never remove these tokens from the wallet.**
{% 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://collab-land.gitbook.io/collab-land/bots/telegram/token-permissioned-chat.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.
