# Use Cases

- [For Traders](https://doc.gammaoptions.com/docs/use-cases/for-traders.md): Learn basic use cases for traders like opening and closing long and short positions on Gamma Options.
- [Open Long Option Position](https://doc.gammaoptions.com/docs/use-cases/for-traders/open-long-option-position.md): Learn how to open long option position on Gamma Options.
- [Close Long Option Position](https://doc.gammaoptions.com/docs/use-cases/for-traders/close-long-option-position.md): Learn how to close long position on Gamma Options.
- [Open Short Option Position](https://doc.gammaoptions.com/docs/use-cases/for-traders/open-short-option-position.md): Learn how to open short option position on Gamma Options.
- [Close Short Option Position](https://doc.gammaoptions.com/docs/use-cases/for-traders/close-short-option-position.md): Learn how to close short options position on Gamma Options.
- [For LPs](https://doc.gammaoptions.com/docs/use-cases/for-lps.md): Learn how liquidity providers can open, track, and close LP position on Gamma Options.
- [For Lenders](https://doc.gammaoptions.com/docs/use-cases/for-lenders.md): Learn how lenders can provide liquidity to the Margin Pool, and how they can generate yield with minimized risk.


---

# 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://doc.gammaoptions.com/docs/use-cases.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.
