> 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-en/parametric-library/advanced-settings/style-template.md).

# Style templates

A style template is a kind of preset feature that lets you batch-select various parameter (variable) values in the editor.

If you have color or specification combinations that you use repeatedly, you can apply parameter combinations all at once through a style template in the editor.

## Enter Style Template

You can enter by clicking Library > Advanced Settings > Style Template.

<figure><img src="/files/28993fc792d01284605ff6147db4172bf47e6980" alt=""><figcaption></figcaption></figure>

## Create Style Template

* You can enter the style template creation modal by clicking the \[Create Style Template] button in the upper right corner.
* In Style Item Editing, enterprise variables can be added by group.
* You can choose whether each enterprise variable can be edited within the editor.

<figure><img src="/files/5e5b3e5f225203285d8c9957e748a5caf9f8b148" alt=""><figcaption></figcaption></figure>

## Edit & Delete Style Template

You can edit, hide (not shown in the editor), or delete a style template using the icon button on its right.

<figure><img src="/files/3dcbd4cd38a86a05e5eb24244265b9fd041d1932" alt=""><figcaption></figcaption></figure>

## Use in the Editor

* You can check the style template list by clicking the \[Style Template] button at the top of the editor.
* Clicking the \[Apply] button on the style template you want applies the selected template to the design components in the editor.

<figure><img src="/files/ceef0ffbfb92de9bd26304f48133a76b7e08adbf" 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-en/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.
