> 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/charts-and-tools/reports-and-galleries/sharpcharts-voyeur.md).

# SharpCharts Voyeur

Our [SharpCharts Voyeur](https://stockcharts.com/freecharts/voyeur.html) tool displays a random selection of charts that StockCharts members have recently created. This is a great way to see how other members are setting up their charts and what charts they are looking at.

SharpCharts Voyeur can be accessed from the **Reports & More** section of the [Charts & Tools](https://stockcharts.com/freecharts/) page (see menu on the right).

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

The Voyeur tool shows recently created charts on a carousel, with the charts rotating at regular intervals. (To protect our users' privacy, charts with text annotations do not appear in SharpCharts Voyeur.)

## Using the SharpCharts Voyeur Tool <a href="#using_the_sharpcharts_voyeur_tool" id="using_the_sharpcharts_voyeur_tool"></a>

To pause the carousel, click on the chart in the center or the Pause button at the top of the screen. Click the Play button to resume the carousel's rotation.

By default, the charts rotate every three seconds. To change the speed at which the charts rotate, click the Clock button at the top of the screen and choose a different interval. You can also cycle through the charts manually using the left and right arrows at each side of the screen or the slider bar at the top.


---

# 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/charts-and-tools/reports-and-galleries/sharpcharts-voyeur.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.
