# Minting Page

When you deploy a collection on a network, a dedicated minting page is automatically generated for you. No extra steps required. This page allows users to mint NFTs from your collection effortlessly.

The type of minting page created will depend on the collection's format. You can customize this page further in the "**Profile**" section of your collection dashboard. Here, you’ll be able to modify details such as the Collection name, Description, Banner, and additional configurations.

***

### Key Features and Customization Options

**Basic Information**

Customize the collection’s name and description to align with your collection vision. These details will be prominently displayed on the minting page, giving visitors a clear understanding of your collection.

**Banner Images and Social info**

Upload a banner and social links to give your minting page a professional appearance. Additionally, the image shown when sharing the minting page on social media can also be customized within the "Dashboard" settings.

***


---

# 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://omnihub-launchpad.gitbook.io/omnihub/create-and-deploy-nft/minting-page.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.
