# Output

BITTSy creates a [low-level log file](/bittsy/data-output/detailed-log-file.md) of all events that occur within a session. This means that *everything* is logged, allowing full access to data. However, these detailed files are not particularly user-friendly. A [second program](/bittsy/data-output/the-reporting-module.md) takes information from the log file and summarizes it in a manner more useful to the experimenter. We have tried to anticipate common summary information that might be desired, but additional summary analyses can be created from the detailed log file at any time.

For more information on the data obtainable from sessions run with BITTSy, see other pages in the Data Output section of the navigation pane.


---

# 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://ldevumd.gitbook.io/bittsy/bittsy-basics/output.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.
