# Trading Fundamentals

- [Order Types](https://quantsedge.gitbook.io/quantsedge-docs/trading-fundamentals/order-types.md): Understanding different order types for effective trading.
- [Risk Management](https://quantsedge.gitbook.io/quantsedge-docs/trading-fundamentals/risk-management.md): Protect your capital with proper risk management. This guide covers the essential rules every trader should follow.
- [Position Sizing](https://quantsedge.gitbook.io/quantsedge-docs/trading-fundamentals/position-sizing.md): Learn how to size positions properly to manage risk and maximize returns.
- [Leverage & Margin](https://quantsedge.gitbook.io/quantsedge-docs/trading-fundamentals/leverage-margin.md): Understand how leverage works and use it safely in your trading.


---

# 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://quantsedge.gitbook.io/quantsedge-docs/trading-fundamentals.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.
