# Sale Management

In the **Phases** **&** **Sales** section of the contract manager, you can edit the price, max per wallet, allowlist, and name of each phase. You can also start/stop/end phases at any time.&#x20;

<figure><img src="/files/3mjXCxmmso84RDGN5rjJ" alt=""><figcaption><p>An example contract with 2 phases active simultaneously</p></figcaption></figure>

This is also where you can [airdrop](/smart-contract-deployer/contract-management/airdrops.md) any tokens before, during or after your sale.&#x20;

### Starting a Phase

Initially, all of your phases will start in a paused state, to prevent anyone from minting until you're ready to start your sale. At any time, you can select your phase(s), and "Open" them to begin the minting process.

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

You will need to pay gas for this transaction. You can open and re-close your sale at any time.&#x20;

### Pausing a Phase

To pause a phase and prevent people from minting further tokens, you can select your phase(s) and choose the "Pause" option.&#x20;

### Ending a Phase

To irreversibly close a phase, you will select the "End Phase" option for your phase(s). This will transfer any unminted tokens into Bueno's default "Public Sale" phase. **Once you end a phase, it cannot be reopened.**&#x20;

<figure><img src="/files/P2uXsOh9VgxE8fcMMrlH" alt=""><figcaption><p>Since this phase had no mints, all 100 tokens are transferred into the "Public Sale".</p></figcaption></figure>

### Editing a Phase

To edit a phase, simply hover over the phase with your mouse. A pencil will appear, allowing you to make changes to the phase settings.

<div><figure><img src="/files/jta81HcxAcOIgGB5IA5Q" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ugi9mZ6woA25rmgUUNof" alt=""><figcaption></figcaption></figure></div>

### Global Limits

If you want to add/change the global max per wallet, you can do so by clicking the gear icon. This will bring up a menu to add/remove/change the global max per wallet.

<div><figure><img src="/files/dCkblPk0z9fz8iwt45lC" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Rwi73KCHLO7KUSfOD3Kq" alt=""><figcaption></figcaption></figure></div>

As a reminder, the **global max per wallet** tracks mints across **all phases**, including public.&#x20;

### Contract Balance

This queries your smart contract to see how much ETH it has accumulated from your primary sale. You can withdraw these funds at any time by clicking the "Withdraw" button. This will distribute the funds according to the rules you specified in the [revenue step](/smart-contract-deployer/contract-creation/step-3-revenue-split-and-royalties.md) of the contract creation process. You will need to pay gas for this transaction.

{% hint style="danger" %}
**Note:** Revenue split **cannot be changed** after deployment.&#x20;
{% endhint %}


---

# 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.bueno.art/smart-contract-deployer/contract-management/sale-management.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.
