# How to add an ACS Button to a control bar?

Some custom studies that are offered at SST use ACS buttons to get a trigger form user interaction (pushing a button). To use these custom studies properly you will need to add an ACS to your control bar.

Let me quickly explain how this is done.

### Menu Settings

In SC menu go to **Global Settings >> Customize Control Bar >> Control Bar**

![SC menu to customize control bar](/files/XbFScbGQbDTSF83zjT5f)

### Setup window

A setup window will pop-up which allows you to add certain button functionality to your control bar.

![Add an ACS button to your bar](/files/gnQS648TisItkF0N9Pgw)

### Adding buttons

Select "Advanced Custom Study Buttons" on the left side and click the desired number you wish to add to you bar. Click the "Add" button. The right-hand side of the window shows you the buttons that are currently present on your control bar.

### Reference number

Each ACS button has a certain number. This reference number is used to identify the button. In most cases you will need to use that reference number in the custom study settings that require you to setup and ACS button.


---

# 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/how-to-add-an-acs-button-to-a-control-bar.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.
