> For the complete documentation index, see [llms.txt](https://zumo.fusion.ac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zumo.fusion.ac/api-reference/lobby-events/connected.md).

# connected

Lobby bot connected to Hypixel / hub (producer lifecycle).

Plus [envelope](/api-reference/websocket/envelope.md) fields.

Includes the standard [envelope](/api-reference/websocket/envelope.md). Additional fields may vary by bot version.

## Example

```json
{
  "botId": "duels-1",
  "mode": "duels",
  "lobbyId": 1,
  "timestamp": 1713500000,
  "category": "lobby"
}
```
