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

# 实时终端

> 通过 Gorelo 内嵌的实时终端（Live Terminal）远程访问 Windows 资产并运行脚本。

Gorelo 中的**实时终端（Live Terminal）** 允许你连接到运行 Windows 的资产，并直接从 Gorelo 应用执行你的脚本集合。你可以从[资产列表](https://app.gorelo.io/asset/asset-list)访问实时终端：

1. 在\*\*资产（Assets）\*\*中，选择一个资产。
2. 在资产详情页面的侧边栏中，点击 **Live Terminal**。

## 核心功能

实时终端将你连接到远程 Windows 机器上的 PowerShell 终端，控制栏中包含以下元素：

* **连接状态：** 资产的状态标记（**Connected/Disconnected**）。
* \*\*Retry：\*\*当资产断开连接时重新启动会话。
* \*\*AI Assistance：\*\*生成 PowerShell 脚本，经你批准后直接在实时终端中运行。
* **PowerShell：** 使用 `powershell.exe` 命令解释器运行命令。
* **Command Prompt：** 使用源自 DOS 的 `cmd.exe` shell 运行命令。
* **Run As User：** 以最后登录的用户身份运行命令。

<Info>
  运行 `whoami` 检查你当前在实时终端中使用的配置文件。
</Info>

## 相关资源

<Columns cols={2}>
  <Column>
    <Card title="GoreloAction CLI" icon="terminal" href="/cn/gorelo-action-cli">
      使用 GoreloAction CLI 在 Mac 或 Windows 上运行脚本。
    </Card>
  </Column>

  <Column>
    <Card title="部署 Gorelo 代理" icon="alien-8bit" href="/cn/deploy-gorelo-agent">
      将资产连接到 Gorelo。
    </Card>
  </Column>
</Columns>
