> For the complete documentation index, see [llms.txt](https://help.stockcharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stockcharts.com/scanning-and-alerts/scan-writing-resource-center.md).

# Scan Writing Resource Center

The articles, case studies, reference guides, and tutorials in the Scan Writing Resource Center can help you create the trickiest of scans. Check out our detailed scanning documentation below to learn more about all aspects of scanning.

### Creating Scans <a href="#getting_started" id="getting_started"></a>

* [**Planning Scans**](/scanning-and-alerts/scan-writing-resource-center/planning-scans.md)**:** Best practices for deciding what to include in your scan.
* [**Writing Scans**](/scanning-and-alerts/scan-writing-resource-center/writing-scans.md)**:** The nuts and bolts of building scans. This guide will give you all the basic skills you need to begin writing your own scans.

### In-Depth Scan Writing Resources

* [**Scanning Tutorials**](/scanning-and-alerts/scan-writing-resource-center/scanning-tutorials.md)**:** Easy-to-follow tutorials that will teach you everything you need to know about how to create and run advanced technical scans.
* [**Scanning Case Studies**](/scanning-and-alerts/scan-writing-resource-center/scanning-case-studies.md): Take a deeper dive into writing specific types of scans: everything from crossovers to P\&F scans.

### Troubleshooting and Getting Help with Scans <a href="#creating_scans" id="creating_scans"></a>

* [**Troubleshooting Scans**](/scanning-and-alerts/scan-writing-resource-center/troubleshooting-scans.md)**:** When your scans are not giving you the results you want, check out our Troubleshooting Scans article for tips on resolving scan issues.
* [**Getting Help with Scans**](/scanning-and-alerts/scan-writing-resource-center/getting-help-with-scans.md)**:** Still struggling with scans? This article can point you in the right direction, with links to several scanning help resources available on our website.

### Scan Writing Reference Guides <a href="#scan_writing_reference" id="scan_writing_reference"></a>

* [**Scan Syntax Reference**](/scanning-and-alerts/scan-writing-resource-center/scan-syntax-reference.md)**:** Our comprehensive reference guide covering the scan syntax for all types of scan clauses, including technical indicators, candlestick patterns, ticker properties, groups, functions, and more.
* [**Advanced Scan Example Library**](/scanning-and-alerts/scan-writing-resource-center/advanced-scan-library.md)**:** A collection of sample scans for members to study.


---

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