# Introduction

{% hint style="info" %}
**What are NFTs?** NFT (Non Fungible Token or Non-Fungible Tokens), is a digital certificate of authenticity that, through blockchain technology, the same one used in cryptocurrencies (tokens), is associated with a single digital file. A non-fungible asset is one that is not consumed by its use, cannot be replaced, and is not substitutable. It is something unique, unlike what happens with money: you can freely exchange a 10-euro note for another 10-euro note because both notes have the same value, they are fungible. The same goes for cryptocurrencies. At the other extreme, a work of art is the most illustrative example of a non-fungible asset: it is an unrepeatable, unique piece, irreplaceable by another.
{% endhint %}

{% embed url="<https://vimeo.com/755137229>" %}

### Guides: Jump right in

{% content-ref url="about-collection/about-chronogp" %}
[about-chronogp](https://chrono-gp.gitbook.io/chrono-gp/about-collection/about-chronogp)
{% endcontent-ref %}

{% content-ref url="about-collection/chronogp-nft" %}
[chronogp-nft](https://chrono-gp.gitbook.io/chrono-gp/about-collection/chronogp-nft)
{% endcontent-ref %}

{% content-ref url="about-collection/nft-platform" %}
[nft-platform](https://chrono-gp.gitbook.io/chrono-gp/about-collection/nft-platform)
{% endcontent-ref %}

{% hint style="info" %}

### Fundamentals:

{% endhint %}

{% content-ref url="broken-reference" %}
[Broken link](https://chrono-gp.gitbook.io/chrono-gp/broken-reference)
{% endcontent-ref %}

{% content-ref url="more-info/faqs" %}
[faqs](https://chrono-gp.gitbook.io/chrono-gp/more-info/faqs)
{% 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://chrono-gp.gitbook.io/chrono-gp/introduction.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.
