If you build stores for clients, you have probably bolted a support chatbot onto one at some point. Maybe one of the AI ones. And you have probably noticed the same thing I did: the bot does not really know the store.
It knows a help-doc you pasted in. It can answer "what are your shipping times" if someone wrote that down. But ask it "is the medium in stock" or "can I book Thursday at 2," and it falls back to "let me connect you to a human," because it has no live line into inventory or the calendar. It is a chat widget standing next to the store, not part of it.
When we built Instinctor, a web production platform, we made the support agent native to the store instead of a bolt-on. We call it Instagent. Here is what that actually changes.
It reads live store data, not a pasted FAQ
- Stock: it looks up the real stock level, the current price (including an active sale price), and availability for any product by name or ID, at the moment it is asked.
- Booking: it checks the real open slots in the store's booking system, by service and date.
So "is the walnut table in stock, and how much" gets a real answer from the catalog, not a guess. And it will not invent a price, an order number, or a status. It only reports what is actually in the data. That one rule kills the thing everyone fears about AI support.
It takes action, inside the store
- Creates bookings: it pulls the service, date, time, and name out of the conversation and writes the appointment into the booking system.
- Places orders: it collects the products, quantity, name, and email, creates a pending order, and hands back a one-time checkout link. The checkout page arrives pre-filled. The visitor just pays.
It does not touch cards itself. It sends the visitor to checkout. That is deliberate: the agent should help someone buy, not become a payment surface.
It answers account questions from real data
Order status, what is in the cart, related-product suggestions, all from live customer data. It can also search the platform's own knowledge base for accurate feature and pricing answers when asked.
When it cannot help, it hands off cleanly
On anything complex, a complaint, or something outside its competence, it escalates: it marks the conversation pending, emails the store owner, and fires an SMS and/or WhatsApp alert if those channels are configured. The human picks up with the full prior conversation visible, no "can you repeat all of that." A timeout also escalates if nobody answers within a set number of minutes.
One agent, every channel
Chat widget, SMS, and WhatsApp, inbound and outbound, all feed the same workspace. And in the editor itself there is a separate Help mode that answers builder questions ("how do I configure this block") from the platform's knowledge base.
Why this matters if you build for clients
This is the part I care about. When you build a client store on the platform, the agent is already there, and it already knows their catalog and their calendar. You are not signing the client up for a separate chatbot tool, wiring an integration, and adding another monthly line item to their bill or another service to your stack to maintain. It ships as part of the store.
What it deliberately does not do
Honest beats impressive, so:
- No direct card processing. It creates a pending order and sends the visitor to checkout.
- Live stock only for the platform's native store, not WooCommerce or third-party catalogs.
- It only responds. No unprompted outbound messages.
- No refunds, cancellations, or fulfillment actions.
The honest claim
I am not going to tell you this is the only store-aware agent in existence. Plenty of tools claim "store-aware." The narrower, more useful claim is this: it is built into the store, it reads live inventory and booking availability, it can actually book and place orders, and there is nothing to integrate. If you have ever had to explain to a client why their chatbot cannot tell a customer whether something is in stock, you will get why we built it this way.
It is running live on instinctor.com if you want to ask it something.
Sergei Tiden
Founder, Instinctor
Top comments (0)