> For the complete documentation index, see [llms.txt](https://docs.element.market/welcome-to-element/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.element.market/welcome-to-element/forcreators/drops-creation-guide/advanced-drop-settings.md).

# Advanced Drop Settings

### How to Access

Click **My Profile** in the top-right corner and select **My Collections**.\
Locate your collection and click **Edit Details**.

After entering the edit page, you will see the following modules in the sidebar. Each module controls a different part of your Drop and collection setup.

### Overview&#x20;

#### Drop Settings

Configure the core settings of your Drop, including mint rules, pricing, timing, and participation limits.

#### Design Drop Page

Customize the visual presentation of your Drop page.

In this section, you can upload and manage multiple media assets related to the Drop, such as images or videos, to enrich the Drop content and provide additional context for collectors.

#### Pre-Reveal & Reveal

Manage the NFT reveal process by uploading NFT metadata.

If metadata is not uploaded, the Drop can still go live normally, and NFTs minted during this period will display the Pre-Reveal Image by default.\
Once the metadata is uploaded and the reveal is completed, NFTs will update to their final images and attributes.

#### Collection Details

Configure collection-level settings after mint is enabled.

This section allows you to set and manage collection information, such as collection metadata and related details.\
These settings can be prepared in advance and will take effect once the mint goes live.


---

# 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://docs.element.market/welcome-to-element/forcreators/drops-creation-guide/advanced-drop-settings.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.
