# 모범 사례

입문서의 이 부분은 "모범 사례" 형식으로 구성되어 있습니다. 여기에서는 품질 파라메트릭 워크플로우에 가장 도움이 되는 경험과 연구를 통해, 학습한 몇 가지 전략에 대해 설명합니다. 디자이너 및 프로그래머 입장에서 품질 메트릭은 주로 유지보수 용이성, 신뢰성, 유용성, 도구 효율성 등과 관련이 있습니다. 이러한 모범 사례에는 시각적 또는 텍스트 기반 스크립팅에 대한 구체적인 예가 포함되어 있지만, 기본 원칙은 모든 프로그래밍 환경에 적용될 수 있으며 많은 계산 방식 워크플로우의 기초를 이룰 수 있습니다.


---

# 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://primer2.dynamobim.org/ko/9_best_practices.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.
