# Making an offer on an NFT

You can begin the process to make an offer on an NFT from a few different areas on the site.

* While looking at a single collection
* While exploring all NFTs
* While looking at the NFT directly

1. Start the process by clicking **Offer** on NFT info page.

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

2. Once you have clicked on **Offer**, a modal will appear. Input the amount of **ETH** you wish to make the offer for. *Note:* You can only make an offer with **ETH**

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

2. When you have input the amount of ETH you would like to offer, click Submit and a confirmation will appear. You will now need to confirm this action with your wallet.


---

# 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.2r2.io/guides/buying-nfts/making-an-offer-on-an-nft.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.
