> For the complete documentation index, see [llms.txt](https://docs.snowball72.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snowball72.com/how-to/asset-allocation-start.md).

# 자산배분 시작하기

재무 목표에 적합한 **자산 배분 전략**을 결정하는 것은 복잡한 작업입니다. 기본적으로 투자자는 **감내할 수 있는 위험 수준**에서 목표를 달성할 가능성이 가장 높은 자산 조합을 선택하려고 합니다. 시간 범위와 위험 허용 범위를 이해하고 약간의 투자 경험이 있다면 자신만의 자산 배분 전략을 만드는 것은 어려운 일은 아닙니다. 우리 사이트에서 제공하는 다양한 자산 배분 전략을 보고 쉽게 응용하고 자신만의 전략을 만들거나 기존에 알려진 전략을 선택할 수 있습니다.

자산 배분을 시작할 때 가장 중요한 것은 단기적인 수익률에 따라 투자 성향이나 자산 배분 전략을 변경하기 보다 **기존의 계획을 고수**하는 것입니다. **장기적으로 봐야하는 이유**는, 단기적으로는 자산간의 상관관계가 과거 장기간의 통계 데이타와 다르게 움직일 가능성이 있기 때문입니다. **우리가 세운 전략의 백테스트 결과값과 같은 위험 감소 효과를 보기 위해서는 장기적인 관점에서 투자를 유지해 나가는 것이 중요**합니다. 결국 장기적으로 봤을 때 통계값에 수렴할 확률이 높아지기 때문입니다.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.snowball72.com/how-to/asset-allocation-start.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
