# Template

An ***Option Template*** in our app is a pre-defined option with option values and configurations that you can create and reuse across multiple Option Sets. Instead of setting up each option individually, you can apply the Option Template to several Option Sets at once, ensuring consistency and saving time. This feature is particularly useful for stores that need to apply the same options to multiple products or collections.

{% hint style="info" %}
[How to create an Option template and use it in your Option Set.](https://options-docs-v2.avisplus.io/get-started/step-2-create-option-sets/readme)
{% endhint %}

<figure><img src="/files/1Tzx3KAleWrOgGuc28gj" alt=""><figcaption></figcaption></figure>

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

After selecting "**Template**," you'll access a tab featuring both Avis's predefined templates and your personal templates.

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

<figure><img src="/files/7cEKK1pdhkBqV3hwSQRD" alt=""><figcaption></figcaption></figure>

To save an option set for future use, click the "**Save as Template**" button.

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


---

# 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://options-docs-v2.avisplus.io/get-started/key-terminology-simplified/template.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.
