# Create an order (borrower)

```
The guide below shows you how to collateralize an NFT and create an Order. 
```

* Click the **"Create Order"** button on the header menu.

![](/files/-M_IgsHRoqg3HLBqCN9K)

* You can view your own NFTs. Select the NFTs you would like to collateralize (You can select multiple tokens to collateralize). Then, click "Select" at the bottom of the page

![](/files/-M_IgcHIG0a574oD9yER)

* Input **"Auto accept amount"** (will be replaced to "Instant Loan" in the new UI) and **"Auto Accept Interest"** (will be replaced to "Instant Loan Interest" in the new UI) which are the loan condition that you accept automatically if a lender offers it. If you do not want to set the condition, put "0" to both.

![](/files/-M_Ifp5wRfdrB5U-v6PL)

* **"Lending Period"** is the duration for which you want to borrow the funds for. \[The time you accept lending + this period] is the deadline to repay.

![](/files/-M_Ig30fzjmKfdsz_AOG)

* Click on **"Approve NFT"** to allow PawnSpace to handle your NFTs.

![](/files/-M_Ig6cP8-fypsBIuIdh)

* Metamask opens up a dialogue to `Approve`. Click the **"Confirm"** button, and wait for the approval to be recorded on-chain before proceeding.

![](/files/-M_IgBXLfBfq1VVrd8gS)

Click the **"Create"** button to create and list your Order on PawnSpace.

![](/files/-M_IgTLr6Qrek_YWF1z3)


---

# 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/create-an-order.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.
