# Private orders

Private orders are similar to public orders, but they can only be filled by a specific counterparty.

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

To create a private order, the maker supplies the address of a specific counterparty wallet. Only that wallet can accept the offer. The order does not appear in the order directory, but a unique link is generated that the maker can share with their desired counterparty.

Private orders can be useful for users who want to trade with a specific person or group, or who want to maintain a higher level of trading privacy.

Overall, the private orders feature of Illiquid Market offers users an additional level of control and flexibility in terms of trading on the platform.

### Tutorial:

{% content-ref url="/pages/4V3Sj8eQRo6r7roB08pV" %}
[Create a private order](/tutorials/create-a-private-order.md)
{% endcontent-ref %}


---

# 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.illiquid.market/features/private-orders.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.
