# Advanced Scan Library

This library contains an extensive collection of sample scans for StockCharts.com's Advanced Scan Workbench. StockCharts members can use these scans by copying and pasting the scan criteria into the [workbench](https://stockcharts.com/def/servlet/ScanUI).

If you are not familiar with the Advanced Scan Workbench, be sure to check out our [comprehensive documentation](https://help.stockcharts.com/scanning-and-alerts/technical-scans), [helpful tutorials](https://help.stockcharts.com/scanning-and-alerts/scan-writing-resource-center/scanning-tutorials), and [instructional videos](https://stockcharts.com/videos/#Scanning-Alerts) for more information on StockCharts.com's scanning functionality.

### Scan Library Organization <a href="#scan_library_organization" id="scan_library_organization"></a>

Our Advanced Scan Library is divided into the following different sections:

* [**Sample Scans**](https://help.stockcharts.com/scanning-and-alerts/scan-writing-resource-center/advanced-scan-library/sample-scans)**:** Simple example to help people learn to how to create their own scans.
* [**Predefined Scans**](https://help.stockcharts.com/scanning-and-alerts/scan-writing-resource-center/advanced-scan-library/predefined-scans)**:** All the scans used on our Predefined Scan Results page.
* [**Published Scans**](https://help.stockcharts.com/scanning-and-alerts/scan-writing-resource-center/advanced-scan-library/published-scans)**:** Scans based on published books and articles.
* [**User-contributed Scans**](https://help.stockcharts.com/scanning-and-alerts/scan-writing-resource-center/advanced-scan-library/user-contributed-scans)**:** Scans sent to us by StockCharts.com users like you.
* [**Gord Greer's Scan Building Blocks**](https://help.stockcharts.com/scanning-and-alerts/scan-writing-resource-center/advanced-scan-library/gord-greers-scan-building-blocks)**:** A collection of useful scan snippets for creating more advanced scans.

Click on any of the links above to see the scans in that section. While all of these example scans are useful, we strongly recommend that beginners review the scans in the “Sample Scans” section first.


---

# 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/advanced-scan-library.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.
