# Habituation

Habituation studies are ones in which an experiment or phase continues until the child no longer attends (or attends less) to a particular stimulus.

In BITTSy, habituation phases terminate based on your protocol's set termination criteria - a decrease in looking relative to baseline. This, in turn, is based on the following factors:

* How many trials should be included in the baseline measure and in judging whether habituation has occurred (e.g., 3 trials, 4 trials, etc.). Note that the window SIZE (in terms of number of trials) is the same for both.
* Which trials are included in the baseline (e.g,. the FIRST three trials, or the 3 trials with LONGEST looking overall...)
* Percentage drop (e.g., the phase should end when looking has reduced by a certain percentage of baseline, such as 50% of baseline looking)

See the other pages in this section for specifics on how to [set habituation criteria](/bittsy/creating-protocols/habituation/setting-criteria.md), [reach (or not reach) habituation](/bittsy/creating-protocols/habituation/meeting-a-criterion.md) and proceed to another phase of the experiment, or [exclude particular trials from habituation calculations](/bittsy/creating-protocols/habituation/successful-and-unsuccessful-trials.md) that do not meet desired criteria.


---

# 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/creating-protocols/habituation.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.
