# Creating Scan Templates Tutorial

When you launch the Advanced Scan Workbench, this is the default scan criteria entered in the Scan Criteria box:

```
[type is stock] and [sma(20,volume) > 40000]
```

This is a pretty broad guideline, one that may include stocks that you would not normally be interested in, such as relatively thinly traded stocks, penny stocks, foreign stocks, and/or ETFs. Most people use a set of universe-defining criteria on almost all scans. Yours may be something like this:

```
[type is stock]
and [[exchange is NYSE] or [exchange is NASDAQ] or [exchange is AMEX]]
and [close > 10]
and [daily sma(50,volume) > 200000]
```

That would take a long time to type in for each and every scan you create. However, there is a workaround that can make it faster and easier to add your default universe-defining criteria to any new scan.&#x20;

This tutorial will walk you step-by-step through creating and using your own scan “template.”

## Creating a Scan Template <a href="#creating_a_scan_template" id="creating_a_scan_template"></a>

**Step 1.**

Go to the Advanced Scan Workbench and start a new scan.

**Step 2.**

Replace the default scan criteria with the universe-defining ones you want to use in most scans.

<figure><img src="https://2414490151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FELJo6JImRKx7nLaFjAPl%2Fuploads%2FMqjbv9Pk3jyFgdpMJDgc%2Fscantemplate01.png?alt=media&#x26;token=e326f2b3-7b4c-4e66-aeb4-75cf44260419" alt=""><figcaption></figcaption></figure>

**Step 3.**

Save the scan. We recommend starting the scan name with a zero (0) so that it appears near the top of your list of scans.

<figure><img src="https://2414490151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FELJo6JImRKx7nLaFjAPl%2Fuploads%2FQBHyMDX6cLSDzH2om2XU%2Fscantemplate02.png?alt=media&#x26;token=ce5222d9-dfbd-4fe3-9b5a-8f6759b6a390" alt=""><figcaption></figcaption></figure>

That's all you need to do to create your scan template.

## Using Your Scan Template <a href="#using_your_scan_template" id="using_your_scan_template"></a>

Once you've created the template, it's simple to use it to create a new scan. Just follow these steps.

**Step 1.**

Go to the Advanced Scan Workbench and open the scan template.

<figure><img src="https://2414490151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FELJo6JImRKx7nLaFjAPl%2Fuploads%2FCdu2kUjOBDeIvbb1gR38%2Fscantemplate03.png?alt=media&#x26;token=21a51bd2-58c2-423f-9409-4b21496dc3cc" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note:** You can also load the saved scan directly from **Your Dashboard** by choosing the scan from the **Select Your Scan** dropdown menu and clicking the **Edit Scan** button.
{% endhint %}

<figure><img src="https://2414490151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FELJo6JImRKx7nLaFjAPl%2Fuploads%2FlOFdKNFK8V9Wun6aB0Ia%2Fscantemplate04.png?alt=media&#x26;token=778bfbe5-ec27-40e3-9b34-394faa623f31" alt=""><figcaption></figcaption></figure>

**Step 2.**

Click the **Save As** button.

<figure><img src="https://2414490151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FELJo6JImRKx7nLaFjAPl%2Fuploads%2FiM49DC1L6QEolzlglZyO%2Fscantemplate05.png?alt=media&#x26;token=7fd0ba1f-d984-492e-93e9-8afccdcdccc0" alt=""><figcaption></figcaption></figure>

**Step 3.**

Save your scan with a name that indicates what it will be used for.

<figure><img src="https://2414490151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FELJo6JImRKx7nLaFjAPl%2Fuploads%2FC2D5HdWje4USLGX3FnZN%2Fscantemplate06.png?alt=media&#x26;token=1e02a54c-bc2f-4349-ba59-9e23e1585d55" alt=""><figcaption></figcaption></figure>

**Step 4.**

Add any additional scan criteria you want. Remember to save the scan when you're done adding criteria.

<figure><img src="https://2414490151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FELJo6JImRKx7nLaFjAPl%2Fuploads%2FtwoZmVM6xAggT4bCoh9A%2Fscantemplate07.png?alt=media&#x26;token=d7be6a28-54eb-44f8-a91c-855355b59b94" alt=""><figcaption></figcaption></figure>

## Adding More Templates <a href="#adding_more_templates" id="adding_more_templates"></a>

Did you know you can add more than one template? Perhaps, in addition to the stock scan template created above, you'd like to create one with your standard criteria for scanning ETFs. To do so, just add that criteria to a new scan and save it with a descriptive name, such as “001 ETF Scan Template.”

You can now use this new template for creating ETF scans while still having your template for creating stock scans.


---

# 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://help.stockcharts.com/scanning-and-alerts/scan-writing-resource-center/scanning-tutorials/creating-scan-templates-tutorial.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.
