> For the complete documentation index, see [llms.txt](https://docs.niftykit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.niftykit.com/get-started.md).

# Get Started

- [Introduction](https://docs.niftykit.com/get-started/introduction.md): No-code NFT Smart Contract Platform
- [Web3 and NFT Basics](https://docs.niftykit.com/get-started/web3-and-nft-basics.md): Welcome to Web3! Here are a few tips for running in the decentralized ecosystem.
- [Getting Started](https://docs.niftykit.com/get-started/getting-started.md): Overview of the products and services offered at NiftyKit.
- [Platform Overview](https://docs.niftykit.com/get-started/getting-started/platform-overview.md): Learn how to navigate and create your NFT Collection.
- [NiftyKit Demo Collection](https://docs.niftykit.com/get-started/getting-started/niftykit-demo-collection.md): Learn how to navigate the NiftyKit Demo Collection! Your gateway into the realm of digital collectibles, this collection serves as your introduction to our platform.
- [Generating Assets](https://docs.niftykit.com/get-started/getting-started/generating-assets.md): Learn how you can generate assets with free NiftyKit desktop app or upload directly to your collection.
- [NiftyKit Creator Public Profile](https://docs.niftykit.com/get-started/getting-started/niftykit-creator-public-profile.md): Learn how to make your NiftyKit profile public and display all of your NFT collections on one page.
- [File Asset, Size, and Requirements](https://docs.niftykit.com/get-started/getting-started/file-asset-size-and-requirements.md): Learn about the different file formats and file sizes you can upload to NiftyKit or IPFS. Assets manually uploaded to NiftyKit are stored in IPFS.
- [Art Generator Asset Guidelines](https://docs.niftykit.com/get-started/getting-started/art-generator-asset-guidelines.md): Learn how to organizing your art files for your NFT generative collection. This guideline works both for Open Generative Collection and using NiftyKit Desktop Art Generator
- [Pricing](https://docs.niftykit.com/get-started/pricing.md): Discover the perfect plan that suits your needs. Whether you're an individual creator, a pass holder, a small business, or a growing enterprise, we have tailored options designed to empower you.


---

# 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://docs.niftykit.com/get-started.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.
