> For the complete documentation index, see [llms.txt](https://doc.gammaoptions.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.gammaoptions.com/docs/getting-started/buy-call-options.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.gammaoptions.com/docs/getting-started/buy-call-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
