> For the complete documentation index, see [llms.txt](https://trnd-bot.gitbook.io/trnd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets.md).

# The Different Markets

- [Stocks](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks.md)
- [Options Trading](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading.md)
- [Options Fundamentals](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/options-fundamentals.md)
- [All About Trading Setups](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/all-about-trading-setups.md)
- [Options Trading Strategies](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/options-trading-strategies.md)
- [What Are Calls and Puts?](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/what-are-calls-and-puts.md)
- [How Do Debit Spreads Work?](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/how-do-debit-spreads-work.md)
- [What Is A Put Credit Spread?](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/what-is-a-put-credit-spread.md)
- [How To Use Butterfly Option Strategy?](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/how-to-use-butterfly-option-strategy.md)
- [How To Place An Options Trade](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/how-to-place-an-options-trade.md)
- [The Psychology of Options Trading](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/the-psychology-of-options-trading.md)
- [Best Time To Trade Stock Market](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/best-time-to-trade-stock-market.md)
- [Commonly Traded US Stocks](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/commonly-traded-us-stocks.md)
- [Cryptocurrency](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/cryptocurrency.md)
- [Commonly Traded Crypto](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/cryptocurrency/commonly-traded-crypto.md)
- [Best Time to Trade Crypto Market](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/cryptocurrency/best-time-to-trade-crypto-market.md)
- [Forex](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/forex.md)
- [Forex Trading](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/forex/forex-trading.md)
- [Understanding Currency Pairs](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/forex/forex-trading/understanding-currency-pairs.md)
- [Market Participants and Trading Sessions](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/forex/forex-trading/market-participants-and-trading-sessions.md)
- [Factors Influencing Exchange Rates](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/forex/forex-trading/factors-influencing-exchange-rates.md)
- [Risk Management Strategies](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/forex/forex-trading/risk-management-strategies.md)
- [Best Time to Trade Forex Market](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/forex/best-time-to-trade-forex-market.md)
- [Futures](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/futures.md)
- [Futures Contracts](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/futures/futures-contracts.md)
- [Commonly Traded Futures Commodities](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/futures/commonly-traded-futures-commodities.md)
- [Best Time to Trade Futures Market](https://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/futures/best-time-to-trade-futures-market.md)


---

# 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://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets.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.
