# Reference

- [Strategy Quick Reference](https://quantsedge.gitbook.io/quantsedge-docs/reference/strategy-quick-reference.md): Quick reference guide for all trading strategies with key parameters and use cases.
- [Glossary](https://quantsedge.gitbook.io/quantsedge-docs/reference/glossary.md): New to automated trading? Here are the key terms you'll see in QuantsEdge, explained in plain English.
- [FAQ](https://quantsedge.gitbook.io/quantsedge-docs/reference/faq.md)
- [Fee Structure](https://quantsedge.gitbook.io/quantsedge-docs/reference/fee-structure.md)
- [Supported Markets](https://quantsedge.gitbook.io/quantsedge-docs/reference/supported-markets.md): QuantsEdge supports trading across multiple cryptocurrency markets and exchanges.
- [Keyboard Shortcuts](https://quantsedge.gitbook.io/quantsedge-docs/reference/keyboard-shortcuts.md)


---

# 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/reference.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.
