# How to change the card's price?

If you would like **to change the price** of your NFT, that you have put up for sale, then:

* Go to your profile and select the appropriate card;
* In the shown-up window, click on the triple dot and select <mark style="color:purple;">"Change price"</mark>.

The window will open in which you should specify a new price and press the button. After this, confirm the transaction in your wallet, and the price will be successfully changed.


---

# 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://guide.cruzo.cards/actions-with-nft/how-to-change-the-cards-price.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.
