> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bult.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Terminal

### Overview

The Terminal provides direct access to the running container of a deployed service. It enables developers to inspect processes, review files, execute commands, and perform debugging tasks without configuring SSH. Terminal sessions run inside the [Bult.ai](http://Bult.ai) interface and follow the platform’s security and isolation policies.

<img src="https://mintcdn.com/bultapp/EMEKURN3UUvJwtLS/images/terminal.png?fit=max&auto=format&n=EMEKURN3UUvJwtLS&q=85&s=8046bdfa09661192422a16b1deab88df" alt="terminal.png" width="1287" height="830" data-path="images/terminal.png" />

### Accessing the Terminal

The Terminal can be opened from the service page of any active deployment. When a session starts, [Bult.ai](http://Bult.ai) establishes a secure connection to the container instance.\
No SSH keys, firewall rules, or additional configuration are required.

### Capabilities

The Terminal supports the following operations inside active containers:

* Inspect current processes and resource usage
* Navigate and edit files within the container file system
* Check environment variables and runtime configuration
* Test connectivity to external APIs, queues, or databases
* Run commands to monitor application behavior in real time
* Install temporary debugging tools (for example, curl or netcat)

All actions occur within a temporary session that does not require rebuilding or redeploying the service.

### Limitations

The Terminal does not persist installed packages or changes that require container rebuilds.\
Access is limited to running instances. If a service is stopped or fails before startup, the Terminal cannot be opened.

Be aware: changes introduced to the container's file system (except mounted volumes) will be lost after restart.

### Future Enhancements

Planned improvements include multi-instance access, session history, remote diagnostics, and automated recommendations powered by AI.
