# test page

- [Backtesting](https://trylevel2.gitbook.io/getting-started/test-page/backtesting.md): Maximising trading success with strategy backtesting
- [Experimenting with different parameters](https://trylevel2.gitbook.io/getting-started/test-page/experimenting-with-different-parameters.md): Test the performance impact of using different parameters
- [How to optimise your strategies using the backtest simulation](https://trylevel2.gitbook.io/getting-started/test-page/how-to-optimise-your-strategies-using-the-backtest-simulation.md): Understand how you can leverage information from the simulations to minimise the overall risk in trading
- [Strategy performance metrics](https://trylevel2.gitbook.io/getting-started/test-page/strategy-performance-metrics.md): Test strategies to improve returns
- [The backtest log](https://trylevel2.gitbook.io/getting-started/test-page/the-backtest-log.md): The benefits and risks of backtesting
- [Drawdown simulation](https://trylevel2.gitbook.io/getting-started/test-page/drawdown-simulation.md): The importance of measuring drawdown


---

# 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://trylevel2.gitbook.io/getting-started/test-page.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.
