From fd7a1536a1a53a9abac298467a33677c93393de2 Mon Sep 17 00:00:00 2001
From: programarivm <info@programarivm.com>
Date: Tue, 25 Jun 2024 17:29:47 +0200
Subject: [PATCH] Documented the game modes

---
 docs/start.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/start.md b/docs/start.md
index f0e1db04..e983344e 100644
--- a/docs/start.md
+++ b/docs/start.md
@@ -5,8 +5,8 @@ Starts a new game.
 | Name | Description | Required |
 | ---- | ----------- | -------- |
 | `variant` | `960`<br/>`capablanca`<br/>`capablanca-fischer`<br/>`classical` | Yes |
-| `mode` | `fen`<br/>`san`<br/>`play`<br/>`stockfish` | Yes |
-| `add` | `fen`<br/>`movetext`<br/>`startPos`<br/>`settings`<br/>`color` | Depends on the mode selected. |
+| `mode` | `fen`<br/>`san`<br/>`play`<br/>`stockfish` | Yes. `fen` stands for Forsyth-Edwards Notation and is the standard way for starting games from specific chess positions. The `san` mode stands for Standard Algebraic Notation and is often used to load chess games annotated by humans always from the starting position. The `play` mode allows to play chess online with other players while the `stockfish` mode is used to play chess against the computer. |
+| `add` | `fen`<br/>`movetext`<br/>`startPos`<br/>`settings`<br/>`color` | Additional parameters may be required depending on the mode selected as shown in the examples below. |
 
 ## Usage