Chatbot Development in Tashkent: What Clients Should Know
TL;DR
In Uzbekistan a business bot is almost always a Telegram bot: that is where the audience sits and where requests come in. The price depends on the scenario and the integrations, so it is quoted per task. Before starting, describe the scenario in words and decide where the data goes.

What business tasks does a chatbot solve in Uzbekistan?
A bot takes the repetitive work off your hands: it accepts requests around the clock, answers routine questions, books appointments, sends notifications, and passes data to a manager or into a spreadsheet.
The local specifics are simple: in Uzbekistan a business bot is almost always a Telegram bot. Your audience already sits there, business correspondence happens there, and the client does not need to install or learn anything. Separate apps are not built for this, and messengers like WhatsApp offer less automation at a higher connection cost.
The scenarios ordered most often: booking at a clinic or a salon, taking orders, catalog selection with the request passed to a manager, status notifications, answers to frequent questions, and handling enquiries from the site.
Whether you need a bot at all is a separate question. I covered it in detail in Telegram Bot for Business: When You Need One and What It Costs: if there are few enquiries, or each one is unique, a form on the site is usually cheaper.
How much does chatbot development cost in Tashkent?
The honest answer is that it depends on the scenario, and a figure given without going through the task would be pulled out of thin air.
What the cost depends on:
The number of steps and branches. A bot with five screens and a bot with a tree of forty states are different jobs.
Whether an admin panel is needed. Notifications into a work chat are enough for many. A panel with orders, statuses and statistics is a separate product inside the project.
Where the data goes. Into a chat, a spreadsheet, a CRM, your own system. Integrating with a ready-made service is cheaper than with your own custom-built database.
Payments inside the bot. Connecting a payment system adds both development and legal paperwork.
Languages. A bot in Uzbek and Russian means two sets of texts and the switching logic.
An AI layer. Understanding natural speech instead of buttons is more expensive to build and charges you for every call to the model.
The spread on the market is wide: from a builder with a subscription fee to turnkey development for hundreds of thousands. My bots are quoted on request: first we go through the scenario, then I name a fixed price for the agreed scope.
Builder or custom development?
Both options work; it comes down to the task.
A builder fits if the scenario is standard: taking a request, a menu, answers to questions. Cheaper to start with, quick to assemble. The limits are template logic, dependence on the platform, a subscription fee forever, and your data on someone else's server.
Custom development is justified when the bot becomes part of the process: you need your own integrations, non-standard logic, your data under your control, and independence from the platform's pricing. You pay once, and after that only for hosting.
A practical rule of thumb: if the bot is an experiment, start with a builder. If your flow of requests depends on it, build your own.
How long does development take?
It depends on the scenario, and I name the timeline after going through it, not before.
What stretches the work almost every time is not the code but agreeing on the logic: until it is settled what exactly the bot asks and what it does with the answers, there is nothing to build. Second most common is integrations: connecting to someone else's system takes as long as getting the access and the documentation from that side takes.
What speeds it up: a ready scenario in words, one person responsible for decisions on your side, and message texts prepared in advance.
What to prepare before the start?
Three things that determine half the result.
Describe the scenario in words. What the person taps, what they see next, how it all ends. The way you would explain it to a new employee, without technical terms.
Decide where the data goes. A notification in the work chat, a row in a spreadsheet, a deal in the CRM. That determines whether an integration is needed and which one.
Decide who handles the non-standard cases. The bot covers the routine, but live questions will remain - you need a person and a clear moment to hand the conversation over.
Plus one organizational point: set up a separate work chat for requests from the bot, so they do not get lost in personal messages.
What should a finished bot have?
The minimum without which a bot does not work as a tool.
Requests arrive where they should, and this is checked by an actual submission - not "the bot replies", but the request received. There is a way out to a live person from any point in the scenario. The bot does not break on unexpected input: a person types text where a button is expected and gets a clear answer rather than silence. There is an Uzbek version, if your audience uses it. And you have access to the bot: the token and the controls on your side, not only with the developer.
The last point is no less important than the rest - it is the same logic as with a domain and hosting: the tool has to belong to whoever owns the business.
How do I work with bots?
My bots run on Python (Aiogram) - my own code rather than a builder: a scenario of any complexity, your own integrations, your data, and no subscription fee to a platform.
A working example is my own product VisaRunner: the bot takes bookings around the clock in three languages, and an operator confirms them in a web dashboard in one tap. I did the full cycle myself: architecture, backend, interface. It is not a client case but my own product, and it shows the level of task I handle.
I work from Tashkent and Da Nang, fully online: a brief, a shared chat, interim versions as we go. A physical office adds nothing to this kind of task, while the time zone difference is taken into account - I reply during Tashkent working hours.
If you are thinking about a bot, get in touch, describe your flow of enquiries, and I will tell you straight: whether you need a bot, whether a form on the site is enough, or whether the task is solved some other way.
FAQ
Read next
Bots & automationAugust 4, 20265 min readTelegram Bot for Business: When You Need One and What It Costs
A bot is needed when there is a repeating flow of identical requests: bookings, taking orders, answers to standard questions, notifications. If there are few requests or each one is unique, a form on the site is cheaper. The price depends on the scenario and integrations, so it is quoted per task.
SEO & growthAugust 25, 20267 min readHow to Check if ChatGPT Knows About Your Website
Ask an AI about your company, then about your service without naming the company - that shows whether it knows you and cites you. If it does not, the cause is usually technical: the site serves an empty page without scripts, or the hosting blocks AI crawlers. Both take an hour to check.