# Buy Call Options

You have successfully deposited $100k to Gamma Options, and you are now ready to buy your first call option.

Navigate to [Trade page](https://app.gammaoptions.com/trade/eth-usd/all) and find option market on which you want to trade.

<figure><img src="/files/XWAPmhvSswr0L8gIPdGK" alt=""><figcaption><p>Trade page</p></figcaption></figure>

In this example, we can use 28 July 1600 call market. Click on the highlighted market to open Trade modal.

<figure><img src="/files/1iSwVYTjPbS26ADbXGan" alt=""><figcaption><p>Trade modal</p></figcaption></figure>

Input "2" in Quantity field to buy 2 call options. You can see option price, price impact, and total cost on the left, as well as profit/loss chart and Greeks on the right. If everything looks good, click the buy button.&#x20;

Metamask should prompt you to confirm transaction.

<figure><img src="/files/9EF7EpqMSWwaw16kBQ2p" alt=""><figcaption><p>Transaction confirmation</p></figcaption></figure>

Click on Confirm button in Metamask and your transaction is submitted. After a couple of seconds, it should be confirmed, and you can see your opened position on the Trade page below markets.

<figure><img src="/files/st3gtOitxibea50QWNl1" alt=""><figcaption><p>Trade positions</p></figcaption></figure>

🎓🎓🎓 Congratulations! 🎓🎓🎓 You just finished our Getting started tutorial.&#x20;


---

# 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/getting-started/buy-call-options.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.
