# Searching on Mintable

### 🔍 Searching for a Specific NFT

If you know the **Token ID** of an NFT:

1. Go to the Mintable [search bar](https://mintable.app)
2. Paste or enter the **Token ID**
3. The system will locate and take you **directly to the NFT** that matches the ID

> ✅ This is ideal when tracking a known item or verifying ownership details.

***

### 🏪 Searching for a Specific Store

You can also search by **smart contract address** to find authentic NFT stores on the blockchain.

#### To do this:

1. Copy the **smart contract address** of the store
2. Paste it into the Mintable search bar
3. Select the matching store result

> 🛡️ **Tip:** Searching by contract address is the **most reliable method** to ensure you're navigating to the **authentic store** — especially for high-value or well-known collections.

***

### ⚠️ Double Check the Deployer

Even when using a smart contract, we recommend verifying:

* The **wallet address that deployed the contract**
* Whether that address matches the project’s **official website or social profiles**

> This helps protect you from impersonator or scam collections.

&#x20;


---

# 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.mintable.app/using-mintable/searching-on-mintable.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.
