# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.bots.business/commands/keyboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
