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

# Browser Extension Status

> Check whether the browser extension is connected

<ParamField query="user_id" type="string" required>
  User ID
</ParamField>

<ResponseField name="connected" type="boolean">
  Whether the browser extension is connected via WebSocket
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://zeus-api.agentspro.cn/node/browser/status?user_id=user_123'
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "connected": true
  }
  ```
</ResponseExample>
