# NFT contracts

The NFT contracts are the core building blocks of Highlight NFT projects. The point-and-click creation tools let you customize your project, deploying it to the blockchain and setting you as its owner. There are several distinct types of projects supported by Highlight, which result in different types of contracts being deployed. This section covers an overview of the various types, and their purposes.

You can browse the [instances directory on Github](https://github.com/highlightxyz/hl-evm-contracts/tree/main/contracts/erc721/instances) to browse proxy implementations used to deploy each of the following contract types.<br>


---

# 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://support.highlight.xyz/knowledge-base/for-developers/nft-contracts.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.
