> For the complete documentation index, see [llms.txt](https://docs.senstream.com/senstream-researcher-ring-application-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senstream.com/senstream-researcher-ring-application-user-guide/charts-web-app/list-of-sessions.md).

# List of Sessions

The Charts Web App is best viewed on a desktop computer screen.

When you log in, using [charts.senstream.com](https://charts.senstream.com/), you will need to use an existing Senstream account or create a new account. The first page you will see is the Sessions page.

<figure><img src="/files/87ttpQi8tlXWIFGmaGxa" alt=""><figcaption><p>Charts Web App Session List</p></figcaption></figure>

### Download Sessions

#### Session in Zip File

To download the file from the Senstream Charts Web App, you can click on the blue “Download” button above the top charted graph in your session. This will download a .zip file to your computer.

<figure><img src="/files/1rzPndmsqUofvAwr2u0x" alt=""><figcaption></figcaption></figure>

#### Other Formats

Alternatively, while viewing a session's charted data you can click the small icon on the right hand side of the screen. The icon is three horizontal bars, and when you click it you will see options that allow you to select

* View in full screen
* Print chart
* Download PNG image
* Download JPEG image
* Download PDF document
* Download SVG document
* Download CSV
* Download XLS
* View data table

The download PNG, JPEG, PDF or SVG options will create an image of whatever data is currently displayed on screen.

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


---

# 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://docs.senstream.com/senstream-researcher-ring-application-user-guide/charts-web-app/list-of-sessions.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.
