# DROP SETTINGS

- [Edit your Drop](https://docs.truffle.wtf/truffle-help-center/drop-settings/edit-your-drop.md)
- [Gated Phase Settings](https://docs.truffle.wtf/truffle-help-center/drop-settings/gated-phase-settings.md): Details on how to create gated phases for your mint, including allowlists, NFT claim, and NFT burn phases.
- [Delayed Reveal](https://docs.truffle.wtf/truffle-help-center/drop-settings/delayed-reveal.md): This setting allows your Random Mint to have a delayed reveal.
- [Freeze Secondary Sales](https://docs.truffle.wtf/truffle-help-center/drop-settings/freeze-secondary-sales.md): This setting allows your random drop to freeze secondary sales for a limited time.
- [Delete Drop & Refund Rent](https://docs.truffle.wtf/truffle-help-center/drop-settings/delete-drop-and-refund-rent.md): Once you are done minting, you can delete your Candy Machine and refund some sol.


---

# 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.truffle.wtf/truffle-help-center/drop-settings.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.
