diff --git a/server/events.md b/server/events.md
index 1a0e964..5070265 100644
--- a/server/events.md
+++ b/server/events.md
@@ -143,11 +143,20 @@ This event is sent from the client to the server when it has the PastQuestions c
---
+# `SelectObject`:
-## Response Payload: (``)
+## Description:
+The event sent by the clients when they are selecting an object from the card.
+
+## Request Payload:
| Property | Type | Description
| -------- | ---- | -----------
+| object | String | The name of the object that the spirits are selecting.
+## Response Payload: (`ChosenObject`)
+| Property | Type | Description
+| -------- | ---- | -----------
+| object | String | The object that has been selected.
---