# Retrieving session data and reports

<div align="center" data-full-width="true"><figure><img src="/files/WzG5HIINzAQYqTxy75Uw" alt="" width="334"><figcaption></figcaption></figure></div>

The  below data sets are available in both txt and json formats.&#x20;

* Public chat log
* Q\&A log
* Session transcript
* Session summaries
* Quiz results

{% hint style="info" %}
You may also use the Rest API to retrieve room-level [transcripts](https://docs.digitalsamba.com/reference/rest-api/rooms/captions/export), and [public chat](https://docs.digitalsamba.com/reference/rest-api/rooms/chat/export) and [q\&a](https://docs.digitalsamba.com/reference/rest-api/rooms/questions-and-answers/export) logs.
{% 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://docs.digitalsamba.com/dashboard/retrieving-session-data-and-reports.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.
