# Accept an offer (borrower)

```
This page guides the Borrower on how to accept an Offer for their Order.
```

* Click the **"My Orders"** button on the header menu.

![](/files/-M_rewKAAxfYtaS6SOTs)

* The Orders (Debt Token) you own are listed. You can delete an Order by clicking the **"Cancel"** button. As you choose(click) an order, the Offers from Lenders in the market are displayed.

![](/files/-M_rfFK7ApQ_gGAX2B89)

* If there is an Offer you would like to accept, you can click the **"Accept"** button.
* Metamask opens a dialogue. Click the **"Confirm"** button.

![](/files/-M_rgIWHDW5M0gyPRlWD)


---

# 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.pawnspace.io/user-guide/getting-started/accept-an-offer-borrower.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.
