# Claim conditions

### ⬇️ Set Claim Conditions[​](https://portal.thirdweb.com/dashboard/claim-conditions#set-claim-conditions) <a href="#set-claim-conditions" id="set-claim-conditions"></a>

PREBUILT CONTRACTS

Signature Drop does not have multiple claim phases. If you'd prefer to have multiple claim phases as part of a Drop, we recommend using the NFT Drop contract.

**Presets**[**​**](https://portal.thirdweb.com/dashboard/claim-conditions#presets)

| Presets               | Descriptions                                                        |
| --------------------- | ------------------------------------------------------------------- |
| public                | Anyone can claim during the phase.                                  |
| allowlist             | Only specified addresses can claim.                                 |
| public with overrides | Anyone can claim bbut you can specify rules for specific addresses. |
| creator               | Allow only the admin wallets to claim, at no cost.                  |
| custom                | No preset.                                                          |

### ➕ Add Claim Conditions[​](https://portal.thirdweb.com/dashboard/claim-conditions#add-claim-conditions) <a href="#add-claim-conditions" id="add-claim-conditions"></a>

To add a new claim phase:

1. Click the `Add Phase` button.
2. Select your desired preset.
3. Fill in the required fields:
   * Phase name
   * Start date
   * Number of NFTs in the phase
   * Number of NFTs that can be claimed per wallet
   * The cost per NFT & currency
4. Click `Save Phrase` to create the claim phase. This will trigger a transaction to sign.


---

# 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.imintify.com/smart-contract/claim-conditions.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.
