> For the complete documentation index, see [llms.txt](https://gum-ball.gitbook.io/gumball-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gum-ball.gitbook.io/gumball-protocol/how-to/collection-creation/express-create-page-image-upload.md).

# Express Create Page (Image Upload)

1. Connect Wallet and Click "Create Collections" on the collection page \[ <https://www.gumball.fi/create> ]
2. Select **"Upload Images"** (don't choose the metadata option at this time)
3. Upload your Cover Image, Banner and Token Image
4. Enter the Collection Name, Description and Token Ticker
5. On the next page, upload your Collection Images (up to 10K).
6. Add desired total supply of the collection (min 50 max 10K)
7. On the "Additional Information" page, add fees, floor price, public launch date, etc. You can open whitelist mint before public once you are deployed from "manage collection" tab. \
   \
   \&#xNAN;*Dashboard > Manage > Whitelisting.*

   *Be sure to also "Open Market" after.*

   *Note: there is currently not a Ui confirmation for success on either of these steps, but you can confirm the actions on-chain. Will be adding confirmations for better UX.*
8. Click "Upload Collection". Give the site a few moments to complete your upload. You can then navigate to your Dashboard to see your new collection and get the URL link.

*Note: It may take up to one hour for images to populate via The Graph.*

9. New collections will show up on the front page after 5 ETH volume. Until then, they can only be accessed via the link provided by the creator, so be sure to share it with your community.

<br>


---

# 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://gum-ball.gitbook.io/gumball-protocol/how-to/collection-creation/express-create-page-image-upload.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.
