# What Are Calls and Puts?

1. **Call Options**:
   * A **call option** grants the holder the **right**, but not the **obligation**, to **buy** a specific underlying asset (such as a stock, index, or commodity) at a predetermined price (the **strike price**) on or before a specified date (the **expiration date**).
   * Key components of a call option:
     * **Strike Price**: The agreed-upon price at which the asset can be purchased.
     * **Premium**: The cost (or price) of the call option.
     * **Expiration Date**: The deadline for exercising the option.
   * When to use call options:
     * **Bullish Outlook**: If you anticipate the underlying asset’s price will rise, consider buying call options.
     * **Leverage**: Calls allow you to control a larger position with less capital.
     * **Speculation**: Use calls to speculate on short-term price movements.
     * **Covered Calls**: Sell covered calls against stock positions to generate income.
2. **Put Options**:
   * A **put option** provides the holder the **right**, but not the **obligation**, to **sell** the underlying asset at a specified strike price on or before the expiration date.
   * Key components of a put option:
     * **Strike Price**: The agreed-upon price at which the asset can be sold.
     * **Premium**: The cost (or price) of the put option.
     * **Expiration Date**: The deadline for exercising the option.
   * When to use put options:
     * **Bearish Outlook**: If you expect the underlying asset’s price to decline, consider buying put options.
     * **Hedging**: Use puts to protect existing long positions from potential losses.
     * **Speculation**: Speculate on downside moves without short-selling the actual asset.
     * **Collars**: Combine puts with covered calls for risk management.
3. **Scenarios for Call and Put Options**:
   * **Buying Calls**:
     * **Scenario**: You believe a stock will rise significantly.
     * **Action**: Buy call options to participate in the upside.
   * **Selling Covered Calls**:
     * **Scenario**: You own stock and want to generate income.
     * **Action**: Sell covered calls against your stock position.
   * **Buying Puts**:
     * **Scenario**: You expect a stock to decline.
     * **Action**: Buy put options to profit from the downside.
   * **Hedging with Puts**:
     * **Scenario**: You’re concerned about market volatility.
     * **Action**: Buy puts to protect your existing stock holdings.

Remember that options trading involves risks, and it’s essential to understand the nuances of each strategy. Consider your market outlook, risk tolerance, and investment goals when choosing between calls and puts.&#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://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/what-are-calls-and-puts.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.
