# Issues & FAQ

## Telegram

### Known Issues

Brave Wallet is currently not supported. This will be added soon - please [let us know if you'd like to be notified when it does](https://t.me/CollabLand).

For some groups, the group welcome or goodbye message will occasionally start spamming. Current workaround is to disable those messages in [Group Admin](/collab-land/bots/telegram/telegram-administering-your-group.md#group-admin).&#x20;

### FAQ

#### The group I'm a member of is hosting an Airdrop, but I can't get my tokens!

1. Make sure that you [have MetaMask installed](/collab-land/wallets/metamask.md#download-and-install). We recommend that you are on your desktop so you can use the MetaMask browser extension.&#x20;
2. Type */airdrop* and send to the group. The Collab.Land bot should ask you to *Verify with Metamask.* Follow the [rest of the linking steps here.](/collab-land/bots/telegram.md#verify-wallet-and-link-to-group)&#x20;

If you get an error message after linking your wallet, check with your group admin to see if there are still tokens and ETH in their Airdrop Admin Account. If there's still an issue after that, have them [contact us](https://t.me/collabland).

**I'm trying to get to the admin command center in Telegram, and keep on typing /start and not seeing anything.**

Check that you're typing */start* in a message with the Collab.Land bot: <https://t.me/collablandbot>. We've had some group admins be redirected to our support Telegram instead (<https://t.me/collabland>), so if that has happened to you, please [let us know](https://t.me/collabland)!

#### I'm pressing the Start button in the Collab.Land bot message, and it's not letting me into the group I want to join!

Try resetting your chat history with the Collab.Land bot. You can do this by following these steps:&#x20;

1. Go to your Chats in the Telegram app.
2. Select Edit in the menu bar. You should see a radio button appear next to all of your current chats.
3. Find Collab.Land in the list and select the radio button next to Collab.Land.&#x20;
4. Select Delete. Telegram will ask for your confirmation to remove this conversation.
5. Select Delete again to remove.&#x20;
6. Create a new message to @collablandbot.&#x20;

#### Can I change group ownership/can other group admins use the Collab.Land bot?

Currently only the original creator of the group can be the administrator of the bot. If you're interested in this as a future feature, [please let us know](https://t.me/collabland).&#x20;

## Discord

#### How do I change a role token limit?

Reconfigure the role using the same role name that you used before.


---

# 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://collab-land.gitbook.io/collab-land/troubleshooting/untitled.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.
