# Manually Adding an NFT

{% hint style="success" %}
If you purchased a ticket/membership pass NFT directly from Moongate and sent it to your external wallet during the check-out process, they will still be available on Moongate’s portal even if you do not manually add the NFT to your wallet. This ensures a smooth check-in process.
{% endhint %}

{% hint style="success" %}
Not using an external wallet with Moongate but still can’t locate your ticket/membership NFTs? Check out our guide on managing your [non-custodial wallet](https://app.gitbook.com/o/3ssbzoC2LuFC7GmlQofA/s/Ps9WV9RUj2RXqMDzqNhJ/~/changes/7/managing-your-wallet/managing-your-non-custodial-wallet).
{% endhint %}

If you’re using an external wallet with Moongate, you’ll likely need to manually import your NFTs to your wallet in order to view them.<br>

1. **Configure your wallet to support the same chain that the NFT ticket/membership is deployed on**\
   \
   Please refer to your wallet provider’s documentation for instructions on how to add a new chain to your wallet. Below is an example using [Metamask](https://support.metamask.io/hc/en-us/articles/360043227612-How-to-add-a-custom-network-RPC#h_01G63GGCJH5GCYDYPH5RNWNZQ8), but the process may differ depending on your wallet provider.

   Campaigns powered by Moongate are often deployed on the Polygon, BNB Chain, Arbitrum, Avalanche, Base, and Scroll chains. If your wallet is not already configured to access these chains, you’ll have to add them yourself.<br>

   <figure><img src="/files/rKcumEcivIW5BeBKfloY" alt=""><figcaption></figcaption></figure>
2. **Find your NFT's details on OpenSea**\
   \
   You can find your NFT’s details (contract address and unique token ID) on your NFT’s OpenSea view, which can be accessed by clicking the ‘Marketplace’ button under your NFT ticket/pass on the Moongate portal.

   <figure><img src="/files/oh4RNNvc21qDY6eokvoR" alt=""><figcaption></figcaption></figure>
3. **Manually add your NFT to your wallet**\
   \
   Please refer to your wallet provider’s documentation for instructions on how to manually import an NFT. Below is an example using Metamask, but the process may differ depending on your wallet provider.

   <figure><img src="/files/42Lm9bGmPunGLEz5tqDA" alt=""><figcaption></figcaption></figure>


---

# 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://docs.moongate.id/moongate-user-guide/managing-your-wallet/manually-adding-an-nft.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.
