Where To Go Next¶
You do not need to read the whole documentation in order. Pick the next topic based on the thing your bot should do next.
For buttons under the chat input, read Adding a Keyboard.
For one command that responds to several words or button labels, read Using Aliases.
For asking the user a question and waiting for their answer, read Handling User Input.
For inline buttons inside a message, read Handling Callbacks.
For saving data, start with Database Storage.
For calling another website or API, start with HTTP.
For public pages, mini apps, or custom endpoints, start with Webapps.
Use the reference sections when you already know the object name and need details.