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

# スタイルテンプレート

スタイルテンプレートは、さまざまなパラメータ（変数）値をエディタで一括選択できる一種のプリセット機能です。

この機能を通じて、繰り返し使用するカラーや規格の組み合わせがある場合、エディタでスタイルテンプレートを使って一度にパラメータの組み合わせを適用できます。

## スタイルテンプレートへのアクセス

ライブラリの詳細設定 > スタイルテンプレート をクリックしてアクセスできます。

<figure><img src="/files/6974888126d04f5e6ffa0048aedb7f89b8040fe1" alt=""><figcaption></figcaption></figure>

## スタイルテンプレートの作成

* 右上の［スタイルテンプレート作成］ボタンをクリックすると、スタイルテンプレート作成モーダルを開けます。
* スタイル項目の編集で、グループ単位でエンタープライズ変数を追加できます。
* 各エンタープライズ変数ごとに、エディタ内で編集可能かどうかを選択できます。

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

## スタイルテンプレートの編集・削除

スタイルテンプレート右側のアイコンボタンから、編集、非表示（エディタに表示しない）、削除ができます。

<figure><img src="/files/897d0dd7925e0ae78dde5b47c7e2289adf4cccf0" alt=""><figcaption></figcaption></figure>

## エディタで使用する

* エディタ上部の［スタイルテンプレート］ボタンをクリックすると、スタイルテンプレート一覧を確認できます。
* 希望するスタイルテンプレートの［適用する］ボタンをクリックすると、選択したテンプレートがエディタ内の設計型パーツに適用されます。

<figure><img src="/files/616766eda647e76f8400daa620f96dc5c825ae92" 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-jp/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.
