> 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 allows you to select various parameter (variable) values in bulk in the editor.

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

## Entering Style Template

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

<figure><img src="/files/7265441bcba60d5005275c467f17b4da3f11a85f" alt=""><figcaption></figcaption></figure>

## Create Style Template

* Click the \[Create Style Template] button in the top right to enter the style template creation modal.
* In style item editing, enterprise variables can be added by group.
* For each enterprise variable, you can choose whether editing is allowed in the editor.

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

## Edit & Delete Style Template

Through the icon button on the right of the style template, you can edit, hide (not displayed in the editor), or delete it.

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

## Using 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 of the desired style template applies the selected template to the designed components in the editor.

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