> For the complete documentation index, see [llms.txt](https://docs.mintable.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mintable.app/using-mintable/searching-on-mintable/search-with-ai.md).

# Search with AI

Mintable now offers **AI-powered NFT browsing and management**. With our advanced AI integration, you can simply type what you want to do, and the platform will respond intelligently — helping you browse, list, or sell NFTs with ease.

No need to manually search or navigate through menus — just **use natural language prompts**, and Mintable’s AI will take care of the rest.

***

### 🛒 Buying NFTs

To **find and purchase NFTs**, use simple prompts such as:

👉 **“I want to buy a Pudgy Penguin NFT”**

👉 **“Show me Cool Cats for sale”**

The AI will display all relevant NFTs that are **currently listed for sale**, based on your request.

***

### 🏷️ Selling NFTs

To **list your NFTs for sale**, try prompts like:

👉 **“I want to sell a Pudgy Penguin NFT”**

👉 **“List my DeadFellaz NFT”**

This will pull up your owned NFTs that match the prompt and allow you to quickly list them on the marketplace.

***

### 📦 Viewing Owned & Related NFTs

You can also use prompts to **view your collection** and see similar NFTs in one place. Use prompts like:

👉 **“Pudgy Penguins”**

This will return:

1. Your **owned Pudgy Penguin NFTs**
2. **Pudgy Penguin NFTs currently listed for sale**
3. Other **related or unlisted NFTs**

> 🧠 The AI understands NFT project names, categories, and collection metadata — so even vague prompts will still produce smart results.

***

### 🔍 Tips for Using Prompts

| Prompt Style                       | Result                                      |
| ---------------------------------- | ------------------------------------------- |
| “I want to buy \[Collection Name]” | Lists NFTs for sale from that collection    |
| “I want to sell \[NFT Name]”       | Lists your matching NFTs ready to sell      |
| “\[Collection Name]”               | Shows owned, listed, and other related NFTs |

You can also use conversational language — the AI is built to understand intent!

***

### 💬 Examples

* “Show me Azuki NFTs for sale”
* “List my Bored Ape”
* “Do I own any Moonbirds?”
* “Sell my World of Women NFT”


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mintable.app/using-mintable/searching-on-mintable/search-with-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
