> For the complete documentation index, see [llms.txt](https://hello.kodadot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hello.kodadot.xyz/tutorial.md).

# Tutorials

- [How to launch a successful collection](https://hello.kodadot.xyz/tutorial/how-to-launch-a-successful-collection.md): Launching a Successful NFT Collection on KodaDot: A Comprehensive Guide for artists
- [Before you start](https://hello.kodadot.xyz/tutorial/before-you-start.md): We are very happy that you chose KodaDot as a platform for your NFTs. We are always trying to be better, so please, feel free to connect with us on social media and give us feedback.
- [Wallet](https://hello.kodadot.xyz/tutorial/wallet.md): Everything you need to do to have a crypto wallet that will be supported on KodaDot
- [Create your wallet](https://hello.kodadot.xyz/tutorial/wallet/create-your-wallet.md): Learn more about creating a wallet supported on KodaDot. We will also show you how to create a wallet that will be supported on your phone/tablet.
- [Connect your wallet](https://hello.kodadot.xyz/tutorial/wallet/connect-your-wallet.md): How to connect with your wallet to KodaDot
- [Add Funds to your wallet](https://hello.kodadot.xyz/tutorial/wallet/add-funds-to-your-wallet.md): Once you have created your wallet, you need to add funds into it so you can freely create, buy, list or transfer NFTs.
- [Minting](https://hello.kodadot.xyz/tutorial/minting.md): Curated generative drops + minting NFTs on AssetHub
- [Buying](https://hello.kodadot.xyz/tutorial/buying.md): Process of buying NFTs on KodaDot is very simple
- [Buying NFTs on Kusama](https://hello.kodadot.xyz/tutorial/buying/buying-nfts-on-kusama.md): Process of buying NFTs on Kusama is very simple.
- [Profiles](https://hello.kodadot.xyz/tutorial/profiles.md): Personalize your profile on Koda and add your profile picture, contact details, and other details you may find useful. This will allow you to have a proper identity and have better touch with others.
- [Asset Hub](https://hello.kodadot.xyz/tutorial/asset-hub.md): Learn more about Assey Hub on Polkadot or Kusama. How to mint on Asset Hub, how to bridge funds on Asset Hub, and more.
- [Moving your funds TO Asset Hub](https://hello.kodadot.xyz/tutorial/asset-hub/moving-your-funds-to-asset-hub.md)
- [Moving your funds OUT of Asset Hub](https://hello.kodadot.xyz/tutorial/asset-hub/moving-your-funds-out-of-asset-hub.md): Moving your funds from Relay chain to AssetHub.
- [Transfers](https://hello.kodadot.xyz/tutorial/transfers.md): The transfer feature allows you to send KSM (or BSX) between different addresses. You can also create a custom reward link if you want someone to send you some balance. Read on to learn more.
- [Teleport](https://hello.kodadot.xyz/tutorial/teleport.md): Teleport helps you to bridge assets between chains. This feature is necessary if you want to interact with other chains.
- [Auto Teleport](https://hello.kodadot.xyz/tutorial/teleport/auto-teleport.md): In the fast-paced world of NFT trading, ensuring you have enough funds on hand is crucial. That's where our Auto-Teleport feature comes in.
- [Teleport (Bridge)](https://hello.kodadot.xyz/tutorial/teleport/teleport-bridge.md): If you want to move your assets between chains, you will need to teleport (bridge) them. Here you have a complete and easy guide on how to do it.
- [Burning](https://hello.kodadot.xyz/tutorial/burning.md): There may be some cases when you decide to burn your collection and its NFTs. This is possible to do on KodaDot, and it's very simple.
- [Swap NFT for NFT](https://hello.kodadot.xyz/tutorial/swap-nft-for-nft.md): Atomic Swaps on KodaDot allow you to directly exchange NFTs with other users in a completely trustless manner


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hello.kodadot.xyz/tutorial.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
