# Editing / Canceling an Auction

> Changing and deleting an auction is possible only until it's set as active. Active or past auctions cannot be modified.

### To edit/cancel a yet-to-begin auction:

1. Connect to the site with the wallet from which the auction was created by clicking the Connect Wallet button.

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

2. In the top right corner of the screen, expand the dropdown menu by clicking on the wallet balance area and select My auctions.

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

3. Click on CREATED BY ME on the page's tab switcher. A list of all the auctions you've created will be displayed.

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

4. Next to each auction, there are buttons:

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

* INCREASE POOL - allows you to increase the "Initial Reward" amount. Decreasing the "Initial Reward" amount is not allowed;
* UPDATE META - updates the NFT token metadata in case they've changed on the platform where the NFT was created;
* REMOVE - a button to delete the auction. After clicking, you will need to confirm the transaction in your wallet.

After deleting the auction, your NFT token and 90% of the submitted "Initial Reward" will be returned to the auction creator's wallet. The 10% of the "Initial Reward" fee for listing the auction is non-refundable."

<br>


---

# 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.greedy.art/greedyart-auctions/editing-canceling-an-auction.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.
