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

# observe

> Create a monitor client from a connection object or low-level handle

```python theme={null}
from grid_nexus_client import observe
```

```python Signature theme={null}
observe(
    connection,
    *,
    session_id: str | None = None,
    environment: str = 'unknown',
) -> MonitorClient
```

Create a monitor client from a connection object or low-level handle.


## Related topics

- [VR Teleop Guide](/simulation/isaac/teleoperation/vr-teleop-guide.md)
- [Customizing RL Training](/simulation/isaac/reinforcement-learning/customizing-training.md)
