# User Guide

- [📈Long Options](https://docs.divergence-protocol.com/user-guide/long-options.md): Select a collateral, swap for Spear tokens as calls, or Shield tokens as puts, and chill 😎
- [🔥Open Longs](https://docs.divergence-protocol.com/user-guide/long-options/open-longs.md)
- [🌊Close Longs](https://docs.divergence-protocol.com/user-guide/long-options/close-longs.md)
- [👨‍🌾Exercise Options](https://docs.divergence-protocol.com/user-guide/long-options/exercise-options.md)
- [📉Short Options](https://docs.divergence-protocol.com/user-guide/short-options.md): Liquidity providers are options sellers. They passively sell calls or puts at custom prices. In a pool, multiple liquidity positions can be minted, each as an NFT.
- [💧Open Shorts](https://docs.divergence-protocol.com/user-guide/short-options/open-shorts.md)
- [🔚Finalize Shorts](https://docs.divergence-protocol.com/user-guide/short-options/finalize-shorts.md)
- [📥Close Shorts](https://docs.divergence-protocol.com/user-guide/short-options/close-shorts.md)
- [⏰Expiry Withdrawal](https://docs.divergence-protocol.com/user-guide/short-options/expiry-withdrawal.md)
- [🍸Dive Bar](https://docs.divergence-protocol.com/user-guide/dive-bar.md): Experimental prediction markets for those who would like to take a stand.


---

# 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.divergence-protocol.com/user-guide.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.
