# Devbox Details

## **Basic Information**

In the **Basic** section of the details page, you can view the core configuration and status of the Devbox:

* **Name**: Displays the Devbox name (e.g., `devbox`), making it easier to identify and manage.
* **Status**: Indicates the environment status (e.g., `Running`), clearly showing its availability.
* **Image**: Shows the image address, clarifying runtime dependencies.
* **Runtime**: Displays the runtime environment (e.g., `Java-openjdk17`), ensuring development consistency.
* **Resource Limits**: View CPU (e.g., `2 Core`) and memory limits (e.g., `4 GB`) to understand resource allocation. You can update them anytime via the **\[Update]** button.
* **SSH Connection**: Provides the SSH connection string. Click **\[Private Key]** to download the private key, and **\[SSH Connection Setup]** for connection instructions.

<figure><img src="https://2509840198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrViHKCGxzpwUEsRBfwlN%2Fuploads%2FcMKYhOxfXGmXrDkG0p5z%2Fimage.png?alt=media&#x26;token=ee2a8694-9ea5-4fcc-a7f9-d56ad122bc9e" alt=""><figcaption><p>Devbox Details</p></figcaption></figure>

## **Live** Monitor

**Live Monitor** displays real-time resource usage:

* **CPU and Memory Charts**: Live line graphs show usage rates. The update time is shown in the top right corner, helping you monitor load and assess the need for resource adjustments.

<figure><img src="https://2509840198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrViHKCGxzpwUEsRBfwlN%2Fuploads%2FboTYl0lYF2c6zuWqbu0X%2Fimage.png?alt=media&#x26;token=2e29d4c8-b315-48c4-87be-ceb22fc5ec08" alt=""><figcaption><p>Devbox Monitor</p></figcaption></figure>

## **Network Configuration**

The **Network** section manages network access:

* **Port Information**: Lists the port number, internal address, and public address. If the public address is unavailable, ensure that your project is already running in the Devbox.

<figure><img src="https://2509840198-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrViHKCGxzpwUEsRBfwlN%2Fuploads%2FvN9c1mPqjjkvQJXKDNBR%2Fimage.png?alt=media&#x26;token=e148e0ce-9424-4852-ab50-c5b8db738410" alt=""><figcaption><p>Devbox Network</p></figcaption></figure>

## **Version Release**

**Release** manages environment versions:

* **Version List**: Displays the version number (e.g., `v1.0`), status (e.g., `Success`), and creation time (e.g., `2025-02-12 10:27`). Click **release notes** to view the description.
* **Action Buttons**: Click **\[Release]** to create a new version. For released versions, use **\[Deploy]** to deploy to production.


---

# 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://docs.run.claw.cloud/clawcloud-run/guide/devbox/devbox-details.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.
