> For the complete documentation index, see [llms.txt](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/integration/creating-schema.md).

# Creating Schema

For all modes, the creator must create an NFT schema as explained in [Metadata Schema](/nft-gen-2-tech-doc/overview/modules/core-module.md#metadata-schema) and sign and send transactions to NFT Chain. Once it's done, you can check your query and check your schema simply by running the command below:

```shell
sixd query nftmngr show-nft-schema [code]
```

"code" is the code you have put in the schema on creation.
