(api-clients)=

# Clients

- Attached terminals connected to a tmux server
- Each client has its own view of the active session, window, and pane
- Identified by ``client_name`` (the path or label tmux assigns at attach time)

```{eval-rst}
.. autoclass:: libtmux.Client
    :members:
    :inherited-members:
    :private-members:
    :show-inheritance:
    :member-order: bysource
```
