# Getting started

- [What is a CFD?](https://docs.cfdhero.com/getting-started/what-is-a-cfd.md): A short explanation...
- [Paper Trading](https://docs.cfdhero.com/getting-started/paper-trading.md): Test Your Strategy Risk-Free
- [Backtesting](https://docs.cfdhero.com/getting-started/backtesting.md): Validate Your Strategy
- [Dashboard](https://docs.cfdhero.com/getting-started/dashboard.md)
- [Portfolio](https://docs.cfdhero.com/getting-started/portfolio.md)
- [Bots and Deals](https://docs.cfdhero.com/getting-started/deals.md): Bots and Deals are central to how CFDHero operates. Please read this section carefully.
- [Bots Processing Priority](https://docs.cfdhero.com/getting-started/bots-processing-priority.md)
- [Bots Marketplace](https://docs.cfdhero.com/getting-started/bots-marketplace.md): Run Proven Strategies Out-of-the-Box
- [SMS Notifications](https://docs.cfdhero.com/getting-started/sms-notifications.md): Available for Professional subscribers


---

# 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://docs.cfdhero.com/getting-started.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.
