# TeleBotHost docs — path index for AI # Site: https://docs.telebothost.com # Open ONE path: https://docs.telebothost.com{path} # Plain map: /for-agents/ ## Intro (what TBL is) / /about-tbl/ /getting-started/ /learning-tbl/ /used-language/ /for-agents/ ## Start here (first bot) /start-here/ /start-here/create-your-bot/ /start-here/how-tbl-runs/ /start-here/write-your-first-command/ /start-here/where-to-go-next/ ## Tutorials list /tutorials/ ## Commands (headers, answer, keyboard, matching) /getting-started-with-tbl/ /getting-started-with-tbl/command-structure/ /getting-started-with-tbl/command-fields/ /getting-started-with-tbl/answer-field/ /getting-started-with-tbl/execution-flow/ /getting-started-with-tbl/matching-order/ /getting-started-with-tbl/adding-keyboard/ /getting-started-with-tbl/adding-aliases/ /getting-started-with-tbl/handle-need-reply/ /getting-started-with-tbl/handling-callbacks/ /getting-started-with-tbl/using-wildcard/ /getting-started-with-tbl/special-commands/ /getting-started-with-tbl/dynamic-commands/ /getting-started-with-tbl/markdown-and-formatting/ /getting-started-with-tbl/public-web-commands/ /getting-started-with-tbl/first-hello-bot/ ## Guides /guides/ /guides/bot-vs-api/ ## Globals (user, chat, params, message, …) /globals/ /globals/user/ /globals/chat/ /globals/bot/ /globals/message/ /globals/msg/ /globals/params/ /globals/update/ /globals/request/ /globals/owner/ /globals/plan/ /globals/options/ /globals/tbl_options/ /globals/content/ /globals/update_type/ /globals/error/ /globals/http_response/ /globals/process/ ## Bot helpers (current chat) /bot-instance/ /bot-instance/sending-messages/ /bot-instance/running-commands/ /bot-instance/reading-commands/ /bot-instance/listing-users/ /bot-instance/broadcasting/ /bot-instance/bot-properties/ ## Api (full Telegram API) /api-instance/ /api-instance/sending-messages/ /api-instance/inline-keyboards/ /api-instance/media-and-files/ /api-instance/editing-messages/ /api-instance/async-requests/ /api-instance/callbacks/ /api-instance/method-chaining/ /api-instance/bot-admin-methods/ /api-instance/dynamic-methods/ /api-instance/tips-and-limitations/ ## msg helpers /msg-instance/ /msg-instance/replying/ /msg-instance/editing/ /msg-instance/actions/ /msg-instance/message-data/ ## Database (db.bot / db.user / db.global) /db-instance/ /db-instance/bot/ /db-instance/user/ /db-instance/global/ /db-instance/unified-methods/ /db-instance/advanced-operations/ /db-instance/analytics/ ## HTTP client (outbound) /http-instance/ /http-instance/making-requests/ /http-instance/request-options/ /http-instance/proxies/ /http-instance/cf-proxy/ /http-instance/responses/ /http-instance/streaming/ /http-instance/fallback-commands/ /http-instance/limits/ ## Webhooks (inbound) /webhook-instance/ /webhook-instance/webhook-types/ /webhook-instance/user-webhook/ /webhook-instance/global-webhook/ /webhook-instance/handle-webhook/ /webhook-instance/limits-and-security/ /webhook-instance/sending-webhook-response/ ## Webapps / public web /webapp-instance/ /webapp-instance/webapp-methods/ /webapp-instance/public-web/ /webapp-instance/examples/ /webapp-instance/best-practices/ ## res (HTTP reply for web/webhook) /res-instance/ /res-instance/headers-and-status/ /res-instance/send-json-text-xml/ /res-instance/html-and-ejs/ /res-instance/redirect/ /res-instance/render/ /res-instance/defaults-and-protection/ ## Modules (modules.*) /modules/ /modules/jwt/ /modules/bcrypt/ /modules/crypto/ /modules/uuid/ /modules/dayjs/ /modules/lodash/ /modules/zod/ /modules/cheerio/ /modules/parse-csv/ /modules/parse-yml/ /modules/validator/ /modules/qs/ /modules/randomstring/ /modules/uaparser/ /modules/md2html/ /modules/deepmerge/ /modules/humanize-duration/ /modules/ethers/ /modules/market-hub/ ## Libs (Libs.*) /libs/ /libs/resourceslib/ /libs/resourceslibv2/ /libs/reflib/ /libs/translate/ /libs/cooldown/ /libs/mcl/ /libs/date-time-format/ /libs/random/ /libs/tgutil/ ## Bot account (clone / transfer) /tbl-instance/ /tbl-instance/clone/ /tbl-instance/transfer/ ## Old storage docs (prefer /db-instance/) /user-instance/ /user-instance/basics/ /user-instance/advanced-use/ /global-instance/ /global-instance/basics/ /global-instance/storage-monitor/