# How-to 자산배분 전략 / 백테스트

- [자산배분 시작하기](https://docs.snowball72.com/how-to/asset-allocation-start.md)
- [백테스트란?](https://docs.snowball72.com/how-to/backtest.md): About Backtest
- [전략 고르기](https://docs.snowball72.com/how-to/choose-strategy.md): Strategy Selection
- [전략 카테고리](https://docs.snowball72.com/how-to/undefined.md): Strategy Category
- [백테스트 기본설정](https://docs.snowball72.com/how-to/basic_setting.md): Basic Setting
- [정적 자산배분 백테스트](https://docs.snowball72.com/how-to/static-backtest.md): 정적 자산배분 전략 구축, 백테스트를 통한 결과 확인
- [동적 자산배분 백테스트](https://docs.snowball72.com/how-to/dynamic-backtest.md): 동적 자산배분 전략을 구축, 백테스트를 통한 결과 확인
- [전략 따라하기](https://docs.snowball72.com/how-to/clone-strategy.md): Following the rule
- [전략배분](https://docs.snowball72.com/how-to/mix_strategies.md): Asset Allocation Strategy Mix
- [결과페이지 이해하기](https://docs.snowball72.com/how-to/backtest-results.md): Performance Analysis
- [포트폴리오 요약](https://docs.snowball72.com/how-to/backtest-results/undefined.md): Major Stat
- [수익률 차트](https://docs.snowball72.com/how-to/backtest-results/performance.md): Charts
- [손실폭](https://docs.snowball72.com/how-to/backtest-results/mdd.md): Drawdown and Stressed Test
- [자산 세부내역](https://docs.snowball72.com/how-to/backtest-results/asset-details.md): Portfolio Details


---

# 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.snowball72.com/how-to.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.
