# Walkthroughs and Demos

Step by step guides for every key user flow on Premarket. The flows covered in this section include:

{% content-ref url="/pages/eLWZrz2WbEYZzxAAqNZw" %}
[How to Trade a Prediction Market](/readme/walkthroughs/prediction-market.md)
{% endcontent-ref %}

{% content-ref url="/pages/LygxKzkyqZJMTMRb7nMK" %}
[How to Trade a Yield Farm Position](/readme/walkthroughs/yield-farm.md)
{% endcontent-ref %}

{% content-ref url="/pages/H55KQXAggWsAJ4EoNl2C" %}
[How to Trade a Pre TGE Band](/readme/walkthroughs/pre-tge-band.md)
{% endcontent-ref %}

{% content-ref url="/pages/bzu2BhhPvuEDMxmgNbn3" %}
[How to Trade an RWA Market](/readme/walkthroughs/rwa-market.md)
{% endcontent-ref %}

{% content-ref url="/pages/hvQWiyd8xpmWYUmqWlwz" %}
[How to Mint and Sell an Options Position](/readme/walkthroughs/mint-sell-options.md)
{% endcontent-ref %}

{% content-ref url="/pages/8AAnn0ffWEzrTlESpWDB" %}
[How to Unwind an Options Position](/readme/walkthroughs/unwind-options.md)
{% endcontent-ref %}

{% content-ref url="/pages/QuA1wTBWLuewRkU0Ixwy" %}
[How to Deposit and Withdraw Funds](/readme/walkthroughs/deposit-withdraw.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.premarket.xyz/readme/walkthroughs.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.
