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`
`capablanca`
`capablanca-fischer`
`classical` | Yes |
-| `mode` | `fen`
`san`
`play`
`stockfish` | Yes |
-| `add` | `fen`
`movetext`
`startPos`
`settings`
`color` | Depends on the mode selected. |
+| `mode` | `fen`
`san`
`play`
`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`
`movetext`
`startPos`
`settings`
`color` | Additional parameters may be required depending on the mode selected as shown in the examples below. |
## Usage