# Endpoints Overview

You have three WebSocket endpoints to interact with:

* **Connect Endpoint**:
  * **URL**: `wss://deAI.dalarnia.com/prod/connect`
  * **Purpose**: Establishes a WebSocket connection to the server.
* **Disconnect Endpoint**:
  * **URL**: `wss://deAI.dalarnia.com/prod/disconnect`
  * **Purpose**: Closes an active WebSocket connection.
* **Send Message Endpoint**:
  * **URL**: `wss://deAI.dalarnia.com/prod/sendMessage`
  * **Purpose**: Sends a message through the WebSocket.
