> For the complete documentation index, see [llms.txt](https://help.stockcharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stockcharts.com/learning-more/step-by-step-instructions/sharpcharts-how-tos/sharpcharts-workbench-how-tos.md).

# SharpCharts Workbench How-Tos

These how-to articles walk you step-by-step through common tasks on the SharpCharts Workbench. Click a link below to access the instructions for that task.

* [**How to Print a SharpChart**](/learning-more/step-by-step-instructions/sharpcharts-how-tos/sharpcharts-workbench-how-tos/how-to-print-a-sharpchart.md) - Learn how to print a SharpChart without also printing out all the buttons and banners of the SharpCharts Workbench.
* [**How to Share a SharpChart on Social Media**](/learning-more/step-by-step-instructions/sharpcharts-how-tos/sharpcharts-workbench-how-tos/how-to-share-a-sharpchart-on-social-media.md) - Learn how to share a SharpChart on Facebook or X (formerly Twitter).
* [**How to Email a SharpChart**](/learning-more/step-by-step-instructions/sharpcharts-how-tos/sharpcharts-workbench-how-tos/how-to-email-a-sharpchart.md) - Learn how to send a SharpChart to a friend via email.
* [**How to Insert a SharpChart in a Document or Presentation**](/learning-more/step-by-step-instructions/sharpcharts-how-tos/sharpcharts-workbench-how-tos/how-to-insert-a-sharpchart-in-a-document-or-presentation.md) - Learn how to copy a SharpChart to your clipboard and then paste it into another document.
* [**How to View Indicator and Overlay Values for Specific Days**](/learning-more/step-by-step-instructions/sharpcharts-how-tos/sharpcharts-workbench-how-tos/how-to-view-indicator-and-overlay-values-for-specific-days.md) - Learn two ways to determine the value of an indicator or overlay on a specific day in the past.
* [**How to Save a SharpChart**](/learning-more/step-by-step-instructions/sharpcharts-how-tos/sharpcharts-workbench-how-tos/how-to-save-a-sharpchart.md) - Learn how to save a brand-new SharpChart to a ChartList and how to update that saved chart with changes to the chart settings.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://help.stockcharts.com/learning-more/step-by-step-instructions/sharpcharts-how-tos/sharpcharts-workbench-how-tos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
