# Creating Your Collection

- [Getting Started](https://docs.blaze.ong/blaze/creating-your-collection/getting-started.md): The following section is a guide on how to create an NFT collection on Blaze.
- [Collection Details](https://docs.blaze.ong/blaze/creating-your-collection/collection-details.md): This page walks you through the fields pertaining to your collection's details.
- [Art Assets](https://docs.blaze.ong/blaze/creating-your-collection/art-assets.md): Uploading your artwork.
- [Mint Details](https://docs.blaze.ong/blaze/creating-your-collection/mint-details.md): This page walks you through the fields pertaining to your collection's mint details.
- [Optional Details](https://docs.blaze.ong/blaze/creating-your-collection/optional-details.md): This page walks you through the optional settings section of creating your collection.
- [Whitelist](https://docs.blaze.ong/blaze/creating-your-collection/whitelist.md): Adding a whitelist to your collection's mint.


---

# 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.blaze.ong/blaze/creating-your-collection.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.
