# Where can I find documentation on a study?

For built-in SC studies the first place to look is on the [Technical Studies Reference on the SC website](https://www.sierrachart.com/index.php?page=doc/TechnicalStudiesReference.php).&#x20;

The easiest and fastest way to get to the correct documentation page is by clicking the study description button inside SC.&#x20;

The study description button also works for any custom study that you are using. It will depend on the developer of this custom study if there is any useful Study documentation made available.

Clicking the Study Description button will open a browser window and display the documentation page.&#x20;

Check the image below for the location of the "Study Description" button.

![Study Description Button](/files/KI6i4SadlWusmBK7vDBN)


---

# 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://docs.simplesystemtrading.com/faqs/sierra-chart-faqs/where-can-i-find-documentation-on-a-study.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.
