> ## Documentation Index
> Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-website-deploy-hook.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Standby Mode

Kernel browsers enter standby mode during periods of inactivity. When a browser goes into standby mode, the browser's state remains the same but incurs zero usage costs.

Kernel browsers automatically enter standby after `five seconds` with no activity. After it enters standby, the browser's [timeout](/browsers/termination#automatic-deletion-via-timeout) countdown begins.

A browser is considered active while any of the following is happening:

* A CDP client is connected (Playwright, Puppeteer, or a raw CDP client)
* A WebDriver/BiDi client is connected
* A [Live View](/browsers/live-view) client is connected
* A [computer controls](/browsers/computer-controls) API request is in flight (clicks, keypresses, screenshots, etc.)

Any of the above resets the standby idle timer. As soon as none are active for five seconds, the browser enters standby.

<Info>
  See [here](/browsers/termination) to learn about destroying browsers. GPU-accelerated browsers do not support standby mode.
</Info>
