# Dynamic NFT

## **Overview:**&#x20;

Dynamic NFTs within Romulus allow the creation of non-fungible tokens that are not static; they evolve over time based on predefined conditions or external data inputs. This feature introduces a new dimension to digital assets, making them interactive and adaptable.

## **Key Features:**

* **Conditional Logic:** Dynamic NFTs can change their attributes based on specific triggers, such as user actions, time, or real-world data.
* **Interactivity:** These NFTs can interact with users, offering a personalized experience that can reflect the user's influence on the asset.
* **Data Integration:** Dynamic NFTs can connect to external data sources, enabling them to respond to real-time events or updates, making them particularly suitable for use cases like gamification, digital art, and collectibles that evolve.


---

# 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.volary.io/romulus/contracts/dynamic-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.
