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

# Gemini

[Gemini 2.5 Computer Use](https://blog.google/technology/google-deepmind/gemini-computer-use-model/) is Google's groundbreaking capability that enables AI models to interact with computers the way humans do—by looking at screens, moving cursors, clicking buttons, and typing text. This powerful feature allows AI agents to control web browsers, navigate interfaces, and perform complex tasks across applications.

By integrating Gemini 2.5 Computer Use with Kernel, you can run these AI-powered browser automations on cloud-hosted infrastructure, eliminating the need for local browser management and enabling scalable, reliable AI agents.

## Quick setup with Computer Use

Get started with Gemini Computer Use and Kernel using our pre-configured app template:

```bash theme={null}
kernel create --name my-computer-use-app --language typescript --template gemini-computer-use
```

Then follow the [deploy](/apps/deploy) and [invoke](/apps/invoke) guides to deploy and run your Computer Use automation on Kernel's infrastructure.

## Benefits of using Kernel with Computer Use

* **No local browser management**: Run Computer Use automations without installing or maintaining browsers locally
* **Scalability**: Launch multiple browser sessions in parallel for concurrent AI agents
* **Stealth mode**: Built-in anti-detection features for reliable web interactions
* **Session state**: Maintain browser state across runs via [Profiles](/auth/profiles)
* **Live view**: Debug your Computer Use agents with real-time browser viewing
* **Cloud infrastructure**: Run computationally intensive AI agents without local resource constraints

## Next steps

* Check out [live view](/browsers/live-view) for debugging your Computer Use automations
* Learn about [stealth mode](/browsers/bot-detection/stealth) for avoiding detection
* Learn how to properly [terminate browser sessions](/browsers/termination)
* Learn how to [deploy](/apps/deploy) your Computer Use app to Kernel
