> For the complete documentation index, see [llms.txt](https://sayy-ai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sayy-ai.gitbook.io/docs/embedded-in-website.md).

# Embedded in Website

Bring your AImployee directly to your website and let it handle conversations, bookings, and sales right on the spot. Sayy works as a live, always-on assistant that feels like part of your brand, not an add-on.

#### 🌐 Add AI to Any Site

Whether your site is built on WordPress, Wix, Webflow, or a custom stack, adding Sayy is simple. Just copy the provided embed code from your dashboard and paste it into your site’s header or body section. Your AImployee will instantly appear as a chat bubble across your pages.

#### 🤝 Available Where It Matters

Once embedded, your AImployee becomes part of every visitor journey. It can greet users, answer product questions, share offers, guide them to book a call, or complete a purchase, all without redirecting them away from your website.

#### 🧠 Instant Value

Unlike static FAQs or forms, Sayy creates real-time engagement with zero delay. It turns passive website traffic into active leads and customers, giving every visit a chance to convert.\
\
\
👤 **Works Best For...**

E-commerce brands, agencies, service providers, educators, and digital creators who already have a website or landing page. If you drive traffic through SEO, ads, or direct links, embedding Sayy lets you instantly activate that traffic with an intelligent assistant.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sayy-ai.gitbook.io/docs/embedded-in-website.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
