# Selling a Meta Asset

#### 1. Go to Inventory Page in Developer Mode

![Go to the Inventory Page](/files/8qdHLZaPumyjQdIwYYiw)

#### 2. Select the Asset to Sell

![Select Asset to Sell](/files/Rf13n6faOYqBZKYBqC2f)

#### 3. Click *Sell*

![click the Sell button](/files/0Kzjez2mYOyS7iNCl1lf)

#### 4. Enter the Amount to sell and the Price

![Set Amount to Sell and Price](/files/D6fhCHRBTnPuHkVBNKve)

#### 5. Create and Deploy the Approval Transaction (if necessary)

![Approve the NFT transfers for this smart contract and use metamask to approve transaction](/files/YoDhMEavGel14iPSFOxo)

#### 6. Click *Confirm Sell Order* to create the sell order transaction and Deploy transaction

![Click Confirm Sell Order and use metamask to approve transaction](/files/MgA01elhheg7c0x3NAly)

#### 8. Verify Sell Order&#x20;

![Verify Sell Order exists](/files/ENi7dxRRWq38qgWYv4FI)

{% hint style="info" %}
The Exchange subgraph takes a few seconds to a few minutes to update. Please wait for the transaction to succeed and propagate to the subgraph.
{% 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.rawrshak.io/tutorials/developer/rawrshak-dapp/selling-a-meta-asset.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.
