<!-- Generated from what-is-an-ai-concierge.html by scripts/generate-md-twins.mjs - do not edit by hand. -->

# What is an AI concierge?

An **AI concierge** is a website assistant that answers a visitor's question using only that website's own content, sees the page the visitor is currently on, and then guides them to the next step by highlighting the exact element they need to click. It is the difference between being told where the checkout is and being shown it. An AI concierge never clicks, fills or submits anything on the visitor's behalf: it points, and the visitor acts.

The word is borrowed from hotels on purpose: a concierge does not hand you an encyclopedia, they know the building and walk you to the right door. That is a narrower job than "answer anything", and the narrowness is what makes it reliable.

## What an AI concierge does that a chatbot does not

Two properties separate a concierge from a general-purpose chat widget, and both come from the same source: the concierge is not floating above the website, it is part of it.

-   **Page context.** When the visitor asks a question, the assistant reads the visible text of the page they are on. So "is the green chair in stock?" resolves without the visitor spelling out a product code, and "what does this field mean?" has an antecedent. A widget that only sees the typed message has to guess, or ask the visitor to repeat what is already on their screen.
-   **On-page guidance.** Instead of describing a path in prose ("go to Settings, then Billing, then the third tab"), the concierge highlights the element to click, one step at a time, and keeps guiding after the visitor moves to another page. The answer ends where the visitor needed to arrive, not where the sentence ran out.

AskMyWebsite AI reads the page's visible text only. Values typed into form fields are never captured, on any page, at any point in the conversation.

## How it works: scan, ground, highlight

When a site is set up, the assistant scans it and builds its knowledge from what it finds. The owner can add notes for things the pages do not say out loud: delivery times, the answer to the question every third customer emails, the caveat that lives in someone's head.

From then on, every answer is grounded in that material. The assistant answers from the site's content plus the owner's notes, and nothing else. It does not consult the open internet, which means it cannot cheerfully invent a return policy, quote a competitor, or answer a question about a product line the business does not have. When the content does not contain the answer, saying so is the correct behaviour.

Installation is one script tag placed before `</body>`. There is no plugin to maintain and no change to the site's own code. It works on WordPress, Shopify, Webflow, Squarespace, Wix, Framer and hand-written HTML, and it detects client-side route changes, so single-page applications keep working as the visitor navigates.

The assistant replies in the language the visitor writes in, regardless of the site's language. A Spanish-language shop can answer a question typed in German without publishing a German version of anything.

## What it deliberately does not do

An AI concierge that could operate the site for the visitor would be a more impressive demo and a worse product. AskMyWebsite AI never clicks, never fills a field, never submits a form. Three reasons, in order of importance:

-   **Consent.** Purchases, cancellations and account changes should be the result of a human decision, made with the page in front of them. An assistant that submits is an assistant that can submit the wrong thing on someone's behalf.
-   **Security.** An assistant with no ability to act cannot be talked into acting. Text on a page cannot make it press a button, because pressing buttons is not a capability it has.
-   **Privacy.** It reads visible text, never the values typed into inputs, so a partially filled checkout or a password field is not something it can see in the first place.

The privacy posture around that is deliberate too: the operator is based in Spain, hosting is in Barcelona, a GDPR Article 28 data processing agreement is available at [/dpa](https://askmywebsiteai.com/dpa), the widget sets no cookies (it uses sessionStorage only after the visitor opens it, and that dies with the tab), conversations are deleted automatically after 90 days, payments happen only on Stripe's hosted pages, and content is not used to train AI models.

## Where an AI concierge fits

-   **Online stores.** Sizing, materials, shipping windows, returns - the questions that are answered somewhere on the site and are still the reason carts get abandoned.
-   **SaaS products and web apps.** "Where do I change my plan?" is a guidance question, not a knowledge question. Highlighting the control beats a support article with screenshots that went stale two releases ago.
-   **Service businesses.** Clinics, agencies, tradespeople: visitors want to know whether you cover their case and their area, then book. The concierge answers, then walks them to the form.
-   **Documentation.** Long reference material that people arrive at with one specific question and no patience for a table of contents.

## What it costs: pay for answers, not tokens

AskMyWebsite AI is priced on answers, not tokens. One answer means one visitor question answered; the guidance continuations that follow an answer are free. That matters because token pricing charges you for the assistant's verbosity, which you do not control, while answer pricing charges you for the thing you actually wanted. At the cap the behaviour is quiet rather than broken: visitors already mid-conversation finish their thread, and for new visitors the widget simply does not appear. Never an error message on your site.

AskMyWebsite AI is in private beta and we are onboarding a few websites at a time. Tell us your website address and what you would want the concierge to do, through the [contact page](https://askmywebsiteai.com/contact), and we will come back to you with access and pricing.

## Common questions

### Is an AI concierge the same thing as a chatbot?

No. A chatbot answers inside a chat bubble. An AI concierge also reads the visible text of the page the visitor is on and points at the element they need to use next, so the conversation ends in an action on the site rather than in a description of one.

### Does an AI concierge click buttons for the visitor?

No. AskMyWebsite AI never clicks, fills or submits anything. It highlights the element and the visitor decides whether to use it. That is a deliberate security and consent property, not a missing feature.

### Where does an AI concierge get its answers from?

From the pages of the website it was installed on, scanned at sign-up, plus any notes the owner adds. It does not answer from the open internet, so it cannot volunteer information about a product the site does not sell.

## Try it on your own site

Put it on a page you know well and ask something you already know the answer to.

[Get in touch](https://askmywebsiteai.com/contact)

AskMyWebsite AI is in private beta. Tell us about your site through the [contact page](https://askmywebsiteai.com/contact), and we will come back to you with access and pricing. You can also look around from [the homepage](https://askmywebsiteai.com/).

## Related

-   [What is an AI concierge](https://askmywebsiteai.com/what-is-an-ai-concierge)
-   [AI concierge vs live chat](https://askmywebsiteai.com/vs/live-chat)
-   [AI concierge vs AI chatbots](https://askmywebsiteai.com/vs/ai-chatbots)
-   [AI concierge vs site search](https://askmywebsiteai.com/vs/site-search)

---

Canonical page: https://askmywebsiteai.com/what-is-an-ai-concierge
Site index for AI systems: https://askmywebsiteai.com/llms.txt
