# AI-NFT কীভাবে কাজ করে?

<img src="/files/JYa9xsmTfqnnbAIhqhDA" alt="" class="gitbook-drawing">

এই ডায়াগ্রামটি AI-NFT এর আর্কিটেকচার এবং কার্যকারিতা প্রদর্শন করে।

AI-NFT এর জন্য প্রয়োজনীয় মূল উপাদানগুলি নিম্নরূপ:

* AI এজেন্টের ক্যারেক্টার সেটিংস ফাইল সহ সম্প্রসারিত NFT মেটাডেটা
* প্রচলিত NFT চুক্তি
* Eliza ইনস্টল করা TEE (ট্রাস্টেড এক্সিকিউশন এনভায়রনমেন্ট) এ রuntime

এই পদ্ধতিতে AI-NFT প্রচলিত ফ্রেমওয়ার্ক এবং অবকাঠামো ব্যবহার করতে পারে।\
AI এজেন্টের ক্যারেক্টার ফাইল (JSON ফরম্যাট) NFT মেটাডেটাতে অন্তর্ভুক্ত করে এবং এটিকে ব্লকচেইনে ডিপ্লয় করার মাধ্যমে, AI এজেন্ট অন-চেইন সম্পদে স্বাভাবিকভাবে রূপান্তরিত হয়।

Simple is the best.

AI-NFT মেটাডেটা সম্পর্কে আরও বিস্তারিত জানার জন্য নিচের পৃষ্ঠাটি দেখুন।

{% content-ref url="/pages/nj9ClPeweaE4NlydfwsF" %}
[AI-NFT মেটাডেটা](/bn/ai-nft-metadata.md)
{% endcontent-ref %}


---

# 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.xnomad.ai/bn/how-ai-nft-works.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.
