# Jak działa AI-NFT?

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

Ten diagram ilustruje architekturę i funkcjonalność AI-NFT.

Kluczowy komponent, którego potrzebuje AI-NFT:

* Rozszerzone metadane NFT z plikiem konfiguracji postaci agenta AI.
* Ogólny kontrakt NFT.
* Środowisko wykonawcze w TEE z zainstalowaną Elizą.

W ten sposób AI-NFT mogą wykorzystywać istniejące ramy i infrastrukturę. Poprzez osadzanie pliku postaci JSON agenta AI w metadanych NFT i wdrażanie go w blockchainie, agent AI płynnie przekształca się w zasób w łańcuchu.

Prostota jest najlepsza.

Aby uzyskać więcej szczegółów na temat metadanych AI-NFT, sprawdź tę stronę:

{% content-ref url="/pages/ARQsjZxalNLtBtKADAun" %}
[Metadane AI-NFT](/pl/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/pl/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.
