# Add AGO token to metamask

1. **Open the MetaMask extension or mobile app:** Launch the MetaMask extension in your browser (such as Chrome or Firefox) or open the MetaMask mobile app on your smartphone.
2. **Access wallet: I**f using the extension, select the MetaMask icon in your browser toolbar. If using the mobile app, log in to your MetaMask wallet.
3. **Navigate to assets tab:** In the MetaMask interface, locate and click on the "Assets" tab. This tab might be labeled differently depending on your MetaMask version (e.g. "Tokens").
4. **Add token:** Select "Add Token". This action will prompt a dropdown menu.
5. **Choose network:** Select the network (Mainnet) where your token resides. Make sure to choose the correct network to add the token.
6. **Input token details:** You'll be asked to input the token details, copy and paste the AGO contract number: 0xec91cc1c33d44fe13b42150d2f1dfbeb668aef2e
7. **Confirm:** After entering the token details, review them to ensure the details are correct. Select "Next" or "Add Token" to proceed.
8. **Token added:** Once confirmed, MetaMask will add the token to your wallet. You should now see the token listed in your assets with its corresponding balance if you already have tokens in that wallet.
9. **Verify token:** After adding the token, you may want to verify that it has been successfully added by checking your wallet balance for the newly added token.


---

# 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://ago.gitbook.io/ago-english/how-to/add-ago-token-to-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.
