# Guides

- [Buying an Option](https://docs.wasabi.xyz/_/guides/buying-an-option.md): Buy options to speculate on NFT prices.
- [Selling an Option](https://docs.wasabi.xyz/_/guides/buying-an-option/selling-an-option.md): Sell your option to take profits without exercising your Option.
- [Exercising an Option](https://docs.wasabi.xyz/_/guides/exercising-an-option.md): Exercise options to execute the option transaction and make profits.
- [Arbitrage](https://docs.wasabi.xyz/_/guides/arbitrage.md): Utilize the arbitrage tool to execute your option and make an arbitrage trade to take in profits.


---

# 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.wasabi.xyz/_/guides.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.
