> For the complete documentation index, see [llms.txt](https://nftdeal.gitbook.io/eng-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nftdeal.gitbook.io/eng-user-guide/drop/build-your-drop-page.md).

# Build your drop page

Now that you’ve deployed your contract and set your mint schedule and pricing, it’s time to create your drop page and bring your drop to life!

Click the **Drop page** section on the left side of the page to add images, videos, and text copy to the drop page.

Make sure to use the **Save draft** button at the bottom of the page, as edits won't autosave.

## Banner image

The banner image is the first thing people see when visiting your landing page. It can either be an image or a short, looping video without sound.

To add your banner, click **Edit image** on your **Drop page** and choose your desired file. Make sure to click the mobile icon to add a banner image that renders properly on mobile devices.

<figure><img src="/files/zbK4cg7ixLteOOF1ZpA9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/lvuacdGrFtHO0SrDk9YX" alt=""><figcaption></figcaption></figure>

## Banner logo

The **Banner Logo** is used as the profile image on your Drop landing page.

<figure><img src="/files/fra263vzMtNtHu7ppuE0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/W8NigEyCwIe83gxxDo6l" alt=""><figcaption></figcaption></figure>

## Mint tab

In your **About this collection** section, click **Edit** to tell the story of your collection and project in detail. Use this section to share your project’s vision, purpose, inception, and anything else you’d like to share with potential collectors.

<figure><img src="/files/5dN0ufCcKY9KJ3KyRxsC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sUeh15OuD9TkU0OjOMK5" alt=""><figcaption></figcaption></figure>

You can also upload images to give collectors a preview of your collection. These will display as a carousel so users can get a sense of the items available to mint. Click **Add preview images** to get started.

<figure><img src="/files/jwSb7lXOqgcoQZtbDCR4" alt=""><figcaption></figcaption></figure>

To build out your drop page, you can add additional media sections with more images, videos, and descriptions of your drop. Scroll to the bottom of the page, and click **Add media**.

<figure><img src="/files/zViAMxMR8GGtXlTJBr7G" alt=""><figcaption></figcaption></figure>

## Manage tab

Click **Manage tabs** on the right side of the page to add up to three additional sections to your Drop Page: Roadmap, Team, and FAQ.

<figure><img src="/files/hkP9VcccUBxv2CEsHHR0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/G6YNLeBWqfntWPdCsip3" alt=""><figcaption></figcaption></figure>

In each of these tabs, you can always click the **Edit** button to edit a section or delete it entirely. Make sure to click **Done** after making any edits, and **Save draft** at the bottom of the page.

## Roadmap tab

Many projects have long-term visions, and this drop is only one piece of that plan. Here, you can tell the full story of your collection and project. Click **Add** to start adding events to your project roadmap

<figure><img src="/files/NjOD22Qv3RESM7XuAPom" alt=""><figcaption></figcaption></figure>

## Team tab

In this section, you can share more information about the people who made this collection and project a reality.

You can provide a picture or PFP, name, title (the role they play in your project), and a brief bio for each individual. Click **Add** to start adding team members.

<figure><img src="/files/NKo6th6zauMciofN938u" alt=""><figcaption></figcaption></figure>

## FAQ tab

Potential collectors may have questions before or after minting. In this section, you can provide the answers.

Click **Add** to get started. Questions and answers should be short and straightforward.

<figure><img src="/files/lnkTFGW7fuoLYUmOkMnj" alt=""><figcaption></figcaption></figure>

Here are some common questions it might be helpful to include:

1. Where can I learn more about the project?
2. What is the mint price?
3. What is the utility?
4. Are any items reserved for the team?


---

# 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://nftdeal.gitbook.io/eng-user-guide/drop/build-your-drop-page.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.
