# Printing and Sharing ACP Charts

Like SharpCharts, your carefully crafted StockChartsACP charts can be shared with others. Use Permalinks to send a chart to others electronically, download to save the chart as an image file, or use the Print functionality to create a paper copy.&#x20;

### Using Permalinks <a href="#using_permalinks" id="using_permalinks"></a>

To create a permanent link (“permalink”) to one of your charts, simply load the chart in StockChartsACP and then click the Share button in the Chart Actions menu at the bottom left.

You'll see a popup that contains a short URL. Click the green **Copy Link** button to put the URL in your clipboard, then paste it into emails, social media, or any other communication tool to share the chart with others.

{% hint style="warning" %}
**Note:** If using a multi-chart layout, click on the chart you want to link to before clicking the Share button. The selected chart will have a green border around the edge of the chart.
{% endhint %}

### Downloading StockChartsACP Charts <a href="#downloading_stockchartsacp_charts" id="downloading_stockchartsacp_charts"></a>

To save the chart as a PNG image file, click the camera icon in the Chart Actions menu at the bottom left. Select “Download as PNG” to download the image file.

If you are using a multi-chart layout, all charts in the layout will be included in the image file.

### Printing StockChartsACP Charts <a href="#printing_stockchartsacp_charts" id="printing_stockchartsacp_charts"></a>

To print your chart, click the camera icon in the Chart Actions menu at the bottom left, and select “Print Chart”. In the standard print window that opens, adjust your printer settings and print as usual.

If you are using a multi-chart layout, all charts in the layout will be printed when you use this feature.

{% hint style="warning" %}
**Note:** To see the print window, ensure your browser is configured to allow pop-up windows.
{% endhint %}


---

# 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.stockcharts.com/charts-and-tools/stockchartsacp/printing-and-sharing-acp-charts.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.
