# Linking Components

Linking components provides the ability for you to have multiple components all 'linked' to a common symbol; so that when you change your selected symbol in one component (the order ticket for example), the Chart, DOM and Order Ticket all update automatically.

### Create color link (components)

To create a color link with a component, simply click the color link symbol next to each component header. In this example, we are linking our Time and Sales component to the color blue:

<figure><img src="/files/ML8VNzbUcup7uDfpdAei" alt=""><figcaption></figcaption></figure>

This component is now sharing the blue link.&#x20;

### Create color link (chart)

To add a color link to a chart, the process is slightly different than adding a link to a component. Color links in TopstepX charts are done via a special 'indicator', called "Link". \
\
To add a color link to a chart simple highlight the chart in question (by clicking it), and then clicking 'Add chart Link' in the top tool bar. Once the you click this, it will add the Link indicator to the chart. Simply expand the indicator list, find the Link and edit the settings to give it the color of your liking:

Note: If you do not see a Link indicator on your chart, make sure and expand the indicator list:

<figure><img src="/files/JWbGGiBN8KvvGmWwPRFZ" alt=""><figcaption></figcaption></figure>

Now that you have component(s) sharing the common Blue color, any time a symbol change is made to one component with that color, all other components will update to show that symbol!


---

# 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.topstepx.com/getting-started/linking-components.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.
