# Collection Management

In this guide, we will explore some best practices and practical tips to help you effectively manage your NFT collection. We will focus on uploading your NFTs, managing sales, hiding and revealing your NFTs, and possible post-drop changes&#x20;

By following these guidelines, you'll be able to optimize your NFT collection management and make the most of your digital assets.

[-> Learn to import/upload assets and metadata](https://docs.niftykit.com/nft-collections/collection-management/importing-assets-and-metadata)

[-> Learn to manage sale phases](https://docs.niftykit.com/nft-collections/collection-management/sales-management)

[-> Learn to manage reveal modes](https://docs.niftykit.com/nft-collections/collection-management/reveal-management)

[-> Learn to manage post drop set up](https://docs.niftykit.com/nft-collections/collection-management/post-drop-management)


---

# 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://docs.niftykit.com/nft-collections/collection-management.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.
