# NFT

**NFT** represents a single non-fungible token within a collection.\
**Key fields**:

* `id`: A unique identifier (UID) for the NFT object.
* `artinals_id`: A sequentially increasing token ID.
* `creator`: The address that created the NFT.
* `name` & `description`: Basic text metadata.
* `uri` & `logo_uri`: Resource pointers (URLs) for primary and logo images or metadata.
* `asset_id`: The NFT's unique asset identifier within its collection.
* `max_supply`: Maximum total supply of the collection (mirrored in each NFT).
* `collection_id`: The ID of the collection this NFT belongs to.


---

# 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.artinals.com/artinals-protocol/art20/markdown/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.
