> For the complete documentation index, see [llms.txt](https://docs.infinifty.io/creator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infinifty.io/creator/using-your-nft/what-is-an-infinifty-nft.md).

# What is an Infinifty NFT?

{% hint style="info" %}
You've received an NFT that was minted on Infinifty and includes it's own NFT Base. That sounds exciting but what's that?
{% endhint %}

Infinifty NFTs are the perfect way to package up loads of additional file assets for you to use. So let's explore what that means.

<figure><img src="/files/lxubemN5zUEHNWvGSs0W" alt=""><figcaption></figcaption></figure>

Your NFT was created with two special characteristics:

* Additional storage for files and digital assets that it's creator wanted you to have
* The ability to customise your NFTs own website to make it a one-of-a-kind

Think of your NFTs website as how you reach those files. We call that Base. Files remain locked within your NFTs Base to be downloaded by whomever owns the NFT at any time, so if you transfer or sell your NFT to a new owner they will be able to access those files instead of you.

In this section we'll look at how to log in to your NFTs Base, how to access the file storage area and how to customise the Base website.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.infinifty.io/creator/using-your-nft/what-is-an-infinifty-nft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
