# How is an NFI different from an NFT?

While NFTs are typically static collectibles or media files, NFIs (Non-Fungible Intelligences) are dynamic, evolving AI agents. Here’s how they compare:

* NFTs represent fixed assets like art or metadata.
* NFIs embed logic, memory, and user data, enabling personalized AI behavior.
* NFTs have limited functionality and upgradability.
* NFIs are fully composable and customizable, and they enable learning over time.


---

# 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.thinkagents.ai/faqs/faq/think-agent-standard-protocol/how-is-an-nfi-different-from-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.
