# How to Cancel a Bid

Connect the address on web3 with the right metamask/account

![](/files/-MZmS_Fxw2ggrcZWs4Fn)

Once it's connected (remember to refresh page), you will see this:

![](/files/-MZwSHCrxUbiTFvGT2GV)

Then go to the function 5. cancelBid, **write the ID of the NFT where you have placed a bid** and then just click on Write to cancel the bid.

![Enter the ID of the NFT where you have placed your bid.](/files/-MZwS_wtxIYeccKHDdDk)

Now you can go to BSCScan and on Internal Txns you can see that your bid was sent back to your wallet:

![](/files/-MZmTCSeW583UppAcr5i)


---

# 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://thelabfinance.gitbook.io/thelabfinance/nft-platform-guide/nft-platform-contracts/how-to-cancel-a-bid.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.
