# Documentaion (pyETA)

Welcome to the official documentation for **pyETA-toolbox (Eye Tracker Analyzer)**, a powerful open-source tool designed to provide real-time eye-tracking metrics, including fixation and saccade analysis along with a validation tool to evaluate the performance of the eye tracker (Here: Tobii)

{% hint style="info" %}
A short and brief documentation is available in the [github repository](https://github.com/VinayIN/pyETA-toolbox/blob/main/README.md) along with a detailed report format.
{% endhint %}

### Key Features

* **Real-Time Metrics**: Track raw gaze and fixation data over 22 data channels as LSL stream `tobii_gaze_fixation` for both left and right eyes.
* **Validation Tools**: Assess and ensure the accuracy/precision of your eye-tracking setup.
* **Flexible Usage**: Choose between CLI commands (track, window, validate) or a user-friendly GUI.
* **Open Source**: Freely explore, modify, and contribute to the codebase under an open license.

### Jump right in

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Installation</td><td></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td></tr><tr><td>Description</td><td>Methodology</td><td></td><td></td><td><a href="/pages/cEHgDv7NGBquDGHeLyQ4">/pages/cEHgDv7NGBquDGHeLyQ4</a></td></tr><tr><td>Other Resources</td><td>References</td><td></td><td></td><td><a href="/pages/x3Lj3ow4LXEoywfQzGA7">/pages/x3Lj3ow4LXEoywfQzGA7</a></td></tr></tbody></table>


---

# 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://vinayin.gitbook.io/pyeta/readme.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.
