# What is an NFT?

If we want to get technical, an NFT (acronym for "non-fungible token") is a unique digital resource stored on the blockchain. Now, when we say "unique", we mean it: they cannot be duplicated or edited.

An NFT can contain any digital information; It can be a photo, video, audio, or text note with a mystery sushi recipe.

In short, you can see it as a digital piece that represents something in a unique way.


---

# 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.koins.run/getting-started/what-is-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.
