> For the complete documentation index, see [llms.txt](https://help.bots.business/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bots.business/commands/keyboard.md).

# Keyboard

Fill the keyboard field for command. Keyboard has buttons in the rows. Each button is separated by a comma. Use `\n` for a new row.

![Keyboard in bot](/files/-LWYSKKzHSfETMxcP8Af)

Example:

```
register, about, \n contacts
```

**The text of the button will be placed in the chat after touching this button.** Use commands aliase on button. Quite pleasant "contact" on the button, than "/contacts"

Emoji also possible. Then the alias should also be with Emoji.

![ Keyboard can be modified on command editing ](/files/-LWYT9_sS44IylzeYYUX)

{% hint style="info" %}
The keyboard does not disappear after the user's answers. Bot can send a new keyboard on a new command.
{% endhint %}
