# Chat Prompt

A text prompt is the most basic prompt type for CommandPrompter. It simply uses chat to get answers from the player.

| Text Prompt     |                                                                                                  |
| --------------- | ------------------------------------------------------------------------------------------------ |
| Prompt Argument | None                                                                                             |
| Break lines     | Yes, `{br}` signifies a break-line and CommandPrompter will send each line one by one            |
| Color Support   | [Yes](https://cyr1en.gitbook.io/commandprompter/configuration/prompts-configuration/chat-prompt) |

**Example**

The example below shows the command with a prompt and a corresponding image of its appearance

```
/gamemode <&6&lWhat gamemode?{br}0. Survival{br}1. Creative{br}2. Adventure{br}3. Creative>
```

![](https://i.imgur.com/4oWkMon.png)
