# Copy of Using the Auction System

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

You can sell your NFTs via an auction on the PrimePort marketplace. You can create an auction to run for a certain period of time. Below the sell button, you’ll see an auction option is available.

When you press the ‘Auction’ button you’ll be presented with a form where you can fill out the following…

* The start date of your auction
* The end date of your auction
* The starting price of your NFT
* A reserve price if you wish to set one

During the auction, you’ll see a bids section within your NFT which lists all the bids that have taken place.

If you change your mind then you have the ability to delete the auction.

Adding this functionality to PrimePort gives users so many more options when it comes to selling their NFTs.


---

# 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.primeport.xyz/using-primeport/using-the-primeport-auction-system-1.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.
