# Simple Systemtrading - FAQ's & Documentation

## Simple Systemtrading - Documentation

- [Welcome](https://docs.simplesystemtrading.com/welcome.md): Find answers to your questions quickly.
- [SST Website FAQs](https://docs.simplesystemtrading.com/faqs/sst-website-faqs.md): Get the most frequently asked questions answered
- [Free stuff FAQ](https://docs.simplesystemtrading.com/faqs/sst-website-faqs/free-stuff-faq.md): Enjoy!
- [Where can I find the FreeBundle?](https://docs.simplesystemtrading.com/faqs/sst-website-faqs/free-stuff-faq/where-can-i-find-the-freebundle.md): Get the SST FreeBundle of Sierra Chart studies within 2 minutes after reading this.
- [SST Account Page FAQ](https://docs.simplesystemtrading.com/faqs/sst-website-faqs/sst-account-page-faq.md)
- [Payments & Billing FAQ](https://docs.simplesystemtrading.com/faqs/sst-website-faqs/payments-and-billing-faq.md): Some more information on the $$$ side of things
- [Services FAQ](https://docs.simplesystemtrading.com/faqs/sst-website-faqs/services-faq.md)
- [Privacy FAQ](https://docs.simplesystemtrading.com/faqs/sst-website-faqs/privacy-faq.md): At SST privacy is taken very seriously.
- [Sierra Chart FAQs](https://docs.simplesystemtrading.com/faqs/sierra-chart-faqs.md): Some SC questions I see a lot.
- [Sync your Clock](https://docs.simplesystemtrading.com/faqs/sierra-chart-faqs/sync-your-clock.md): Make 100% sure you set this up when using Sierra Chart!
- [What is a SubGraph?](https://docs.simplesystemtrading.com/faqs/sierra-chart-faqs/what-is-a-subgraph.md): An SG is true power
- [What are simple alert conditions?](https://docs.simplesystemtrading.com/faqs/sierra-chart-faqs/what-are-simple-alert-conditions.md): Get a handle on this and you can create your own indicators
- [Where can I find documentation on a study?](https://docs.simplesystemtrading.com/faqs/sierra-chart-faqs/where-can-i-find-documentation-on-a-study.md)
- [How to add an ACS Button to a control bar?](https://docs.simplesystemtrading.com/faqs/sierra-chart-faqs/how-to-add-an-acs-button-to-a-control-bar.md): Advanced Custom Study (ACS) Buttons can easily be added to your control bar.
- [Custom Development](https://docs.simplesystemtrading.com/sst-services/custom-development.md): Do you have an idea for a custom SC indicator? Don't want to spend time trying to code it?
- [White Label SST Studies](https://docs.simplesystemtrading.com/sst-services/white-label-sst-studies.md): Run the best SST studies as your own
- [API Reference](https://docs.simplesystemtrading.com/sst-services/white-label-sst-studies/api-reference.md): A simple API to manage access to a white-label study bundle
- [Automated Trading Setups](https://docs.simplesystemtrading.com/sst-services/automated-trading-setups.md): Do it Yourself (DIY) or maybe not ...
- [Connect Sierra to your service](https://docs.simplesystemtrading.com/sst-services/connect-sierra-to-your-service.md): For serviceproviders or developers
- [Supporting Trading Groups](https://docs.simplesystemtrading.com/sst-services/supporting-trading-groups.md)
- [To follow](https://docs.simplesystemtrading.com/study-documentation/to-follow.md): Study Documentation is to follow


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.simplesystemtrading.com/welcome.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.
