# MetaMask

## Download and Install

On either Chrome or Firefox, go to [**https://metamask.io/download.html**](https://metamask.io/download.html) to install MetaMask as a browser extension.

For more help with installation, please go to the [official MetaMask guide.](https://metamask.zendesk.com/hc/en-us/articles/360015489531-Getting-Started-With-MetaMask-Part-1-)

*As of 2020-Aug-10, MetaMask mobile apps are in beta mode. Collab.Land integrations might not work with MetaMask's mobile apps.*

## Viewing Community Tokens

If you're not seeing your group community tokens in your MetaMask wallet, follow these steps to add them:

1. Open the MetaMask extension.
2. Under the *Assets* section on the main screen, select *Add Token*
3. You can search for the token in the *Search* bar.&#x20;
4. If the token you're looking for is not there, select *Custom Token.* You can then enter in the *Token Contract Address* to add the token in your wallet.&#x20;

Please ask for the token contract address from the community admin for the most accurate information. Some other ways to find the token contract address include: &#x20;

### Uniswap

If the community token is listed on Uniswap, you can search for it on [Uniswap's info page](https://uniswap.info/home).

1. Enter the token name in the *Search* bar.&#x20;
2. Scroll down to the *Token Information* section.
3. Select the double overlapping squares icon next to the *Address* entry to copy the *Token Contract Address.*
4. You can now paste this into the MetaMask *Token Contract Address* field.

![Select the icon on the right to copy the Token Contract Address](/files/-MEQ9usGL4WW0LV7-R9B)

### Etherscan

You can also go to [Etherscan](https://etherscan.io/) and enter the token information in the *Search* bar to find the token contract address.

For more help with viewing your tokens, please go to the [official MetaMask guide](https://metamask.zendesk.com/hc/en-us/articles/360015489031).


---

# 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/wallets/metamask.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.
