# Introduction

<h2 align="center">Behavioral Imaging Toolbox: Bitbox</h2>

**Bitbox is the open-source Python library for computational analysis of nonverbal human behavior.** Bitbox  makes it easy to study facial expressions, head and body actions, eye gaze (coming soon), and speech behavior (coming soon) from videos and images.

{% hint style="info" %}
New to Bitbox? Check out the [installation](/docs/overview/installation.md) and [getting starting](/docs/overview/getting-started.md) guides
{% endhint %}

Bitbox gives you all tools you need to study motor, social, emotional behavior.

* Psychomotor function: spatial extent, smoothness, speed, energy, temporal phases&#x20;
* Affective expression: expressive motion units, symmetry, expressivity, diversity, arousal
* Interpersonal dynamics: imitation, coordination, social gaze (coming soon), speech behavior (coming soon)

Bitbox can run on a laptop as a standalone processor, currently requiring an NVIDIA GPU. If more computational power is needed, Bitbox can also operate on a powerful server, providing a <mark style="color:purple;">`Python`</mark> client API. Additionally, Bitbox can be used on a high-performance computing cluster by submitting SLURM jobs (coming soon).

Bitbox is licensed under a <mark style="color:red;">Creative Commons Attribution-Noncommercial 4.0 International License</mark>.


---

# 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://bitbox.gitbook.io/docs/overview/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.
