# Getting Started

- [Installation (Golang)](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/installation-golang.md)
- [Getting Started](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started.md)
- [Download Binary](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/download-binary.md): To use NFT Gen2 there are 2 different method first one is using sixd binary and second one is using sixd sdk
- [Developer Resources](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/developer-resources.md)
- [Binary Overview](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/binary-overview.md)
- [Create Account](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/create-account.md)
- [Faucet](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/faucet.md)
- [Deploy NFT Gen2](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/deploy-nft-gen2.md)
- [Perform Action of NFT Gen2](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/perform-action-of-nft-gen2.md)
- [Update NFT Schema](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/update-nft-schema.md): For NFT\_Schema that already created we are allow admin to fix or add some update to it such as add more action, add more attribute, disable some action and etc.
- [Script](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/getting-started/script.md): To make it easy to use NFT Gen2 we provided bash script for any user to use it.
- [SDK Package for NodeJs](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-package-for-nodejs.md)
- [Example Resources](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-package-for-nodejs/example-resources.md): For using with six-datachain-sdk. These resources has few things that differ from Developer Resource in order to make tutorial more efficiency with sdk.
- [Deploy NFT Gen2](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-package-for-nodejs/deploy-nft-gen2.md)
- [Perform Action of NFT Gen2](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-package-for-nodejs/perform-action-of-nft-gen2.md)
- [Update NFT Schema](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-package-for-nodejs/update-nft-schema.md)
- [SDK for GO](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go.md)
- [Requirements](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/requirements.md)
- [Installation](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/installation.md)
- [Usage](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/usage.md)
- [Preparing Key for Authentication](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/preparing-key-for-authentication.md)
- [Supported Messages and Queries](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/supported-messages-and-queries.md): The list of supported messages including Cosmos-SDK and SIX-Protocol specific types.
- [Examples](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-for-go/examples.md)
- [Six Protocol Developer Community](https://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/six-protocol-developer-community.md)


---

# 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://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started.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.
