> For the complete documentation index, see [llms.txt](https://docs.illiquid.market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.illiquid.market/tutorials.md).

# Tutorials

- [Create your first public order](https://docs.illiquid.market/tutorials/create-your-first-public-order.md): To create a trade offer on Illiquid Market, follow these instructions:
- [Create a private order](https://docs.illiquid.market/tutorials/create-a-private-order.md): Private orders can only be filled by a single specified wallet. To create a private trade offer on Illiquid Market, follow these instructions:
- [Delete an existing order](https://docs.illiquid.market/tutorials/delete-an-existing-order.md): To delete an existing order on Illiquid Market, follow these instructions:
- [Fill an existing buy or sell order](https://docs.illiquid.market/tutorials/fill-an-existing-buy-or-sell-order.md): To fill an existing order on Illiquid Market, follow these instructions:
- [Trade vestingTokens with Illiquid](https://docs.illiquid.market/tutorials/trade-vestingtokens-with-illiquid.md): If you are an investor in a presale round and your project is using Unvest services for token vesting, you'll have vestingTokens in your wallet representing your locked allocation.
- [Trade LP tokens with Illiquid](https://docs.illiquid.market/tutorials/trade-lp-tokens-with-illiquid.md): LP tokens, both locked and unlocked, can be traded on Illiquid Market just like any other token. To trade LP tokens on Illiquid, follow these instructions:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.illiquid.market/tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
