Chatbot integration mistakes that annoy users in Uzbekistan
A bad bot is worse than no bot: it wastes the customer's time and signals that the company does not care about their question. Here are the mistakes that show up most.
The widget that attacks
A chat window popping up two seconds after load and covering content on mobile is the most common mistake. The user has not worked out where they are and is already being asked how they can be helped.
On a phone screen the widget frequently covers the order button or the phone number. Check that on a real device under six inches, not just in a desktop emulator.
A sensible configuration: appear on scroll past mid-page or after thirty seconds, a light icon rather than an expanded window, and remembering dismissal for at least the session. A user who closes the chat three times in a visit leaves the site.
Language failures
A bot answering in Russian to an Uzbek question reads as disrespect, particularly in the regions. The reverse happens less often but irritates just as much.
A separate problem is a bot that understands Uzbek Latin but breaks on Cyrillic. The user gets 'I did not understand' and leaves convinced the bot is broken.
Mixed messages are the norm, not an exception. A phrase with Russian terms inside an Uzbek sentence must be handled correctly, or you lose a large share of the audience on their first message.
Dead ends and no human
A menu of six buttons where none fits, with no way to type free text, is the classic dead end. Always leave the option to ask in words.
A hidden or missing 'talk to a human' option. Users look for it from the first message when the bot fails, and its absence feels like a trap. The button must be permanently visible, not appear after three failures.
A false promise of a live reply. The bot writes 'connecting you to a manager' at eleven at night, the manager answers at ten in the morning, and by then the customer bought elsewhere. An honest 'we will reply in the morning' works better.
Weight and speed
Widgets from popular platforms pull hundreds of kilobytes of scripts and third-party fonts. On 3G in a province that means the chat never opens while the page stalls and loses search positions.
Load the widget lazily after user interaction rather than in the head. On a weak connection the difference in first paint is measured in seconds.
A bot reply delayed beyond five to seven seconds with no typing indicator reads as a freeze. Show a typing state and send an interim line when the model call runs long.
Behaviour that infuriates
A bot that re-asks what was already said. Losing context between messages is a reliable way to make someone close the chat and call a competitor.
Excessive cheerfulness and an emoji in every message. In a business context on this market that reads as unserious, especially in B2B and when discussing large sums.
Demanding a phone number before answering a simple question. Replying 'leave your number and we will tell you everything' to a question about opening hours reliably ends the conversation. Give simple information immediately and ask for contact details at the step where they are actually needed.