# Creating Schema

For all modes, the creator must create an NFT schema as explained in [Metadata Schema](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/overview/modules/core-module#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.
