> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/enterprise/parametric-library/advanced-settings/style-template.md).

# 스타일 템플릿

스타일 템플릿은 다양한 파라미터(변수)값을 에디터에서 일괄적으로 선택할 수 있는 일종의 프리셋 기능입니다.

해당 기능을 통해 반복적으로 사용하는 컬러, 규격 조합이 있다면 에디터에서 스타일 템플릿을 통해 한번에 파라미터 조합을 적용할 수 있어요.

## 스타일 템플릿 진입

라이브러리 고급 설정 > 스타일 템플릿 을 클릭해 진입할 수 있습니다.

<figure><img src="/files/IYYKVKuOxOZ7yqx2ToMv" alt=""><figcaption></figcaption></figure>

## 스타일 템플릿 생성

* 우측 상단 \[스타일 템플릿 생성] 버튼을 클릭해 스타일 템플릿 생성 모달로 진입할 수 있습니다.
* 스타일 항목 편집에서 그룹 단위로 엔터프라이즈 변수를 추가할 수 있습니다.
* 각 엔터프라이즈 변수 단위로 에디터 내 편집 가능 여부를 선택할 수 있습니다.

<figure><img src="/files/angpNUfKAJqRPnHsfODb" alt=""><figcaption></figcaption></figure>

## 스타일 템플릿 수정 & 삭제

스타일 템플릿 우측 아이콘 버튼을 통해 수정, 숨기기(에디터 비노출), 삭제할 수 있습다.

<figure><img src="/files/s4TRtH3IVMWZjPddtEKy" alt=""><figcaption></figcaption></figure>

## 에디터에서 사용하기

* 에디터 상단 \[스타일 템플릿] 버튼을 클릭해 스타일 템플릿 목록을 확인할 수 있습니다.
* 원하는 스타일 템플릿의 \[적용하기] 버튼을 클릭하면 선택한 템플릿이 에디터 내 설계형 부품에 적용됩니다.

<figure><img src="/files/oaDdX5im7LfWkQiKupU8" alt=""><figcaption></figcaption></figure>


---

# 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.archisketch.com/guide/enterprise/parametric-library/advanced-settings/style-template.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.
