# Deploy page

- [Deploying strategies](https://trylevel2.gitbook.io/getting-started/deploy-page/deploying-strategies.md): Fully automate your trading
- [Virtual trading ](https://trylevel2.gitbook.io/getting-started/deploy-page/deploying-strategies/virtual-trading.md): Deploy strategies with virtual funds
- [Live trading](https://trylevel2.gitbook.io/getting-started/deploy-page/deploying-strategies/live-trading.md): Deploy strategies live with real funds
- [Monitoring strategy performance](https://trylevel2.gitbook.io/getting-started/deploy-page/monitoring-strategy-performance.md): Virtual and live deployed strategies
- [Viewing the order book](https://trylevel2.gitbook.io/getting-started/deploy-page/monitoring-strategy-performance/viewing-the-order-book.md): Monitoring strategy performance
- [Expired strategies](https://trylevel2.gitbook.io/getting-started/deploy-page/monitoring-strategy-performance/expired-strategies.md): Monitoring strategy performance
- [Broker integrations](https://trylevel2.gitbook.io/getting-started/deploy-page/broker-integrations.md): Integrate your broker account to place live trades
- [Viewing broker balances](https://trylevel2.gitbook.io/getting-started/deploy-page/viewing-broker-balances.md): Check broker balances in real-time and maintain margin requirements


---

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