# Adding your Chatbot to your website

Wonderchat is most effective when integrated directly into your website to address customer inquiries. This section will guide you on how to embed Wonderchat on your website, whether you’re using a website builder or implementing it with plain HTML/JavaScript.

***

## In this Section:

[Chat Widget Embedding](/setup-guides/adding-your-chatbot-to-your-website/how-to-embed-a-chat-widget.md)

[Chat Screen Embedding](/setup-guides/adding-your-chatbot-to-your-website/how-to-embed-a-chat-screen.md)

[Dynamic Chatbot Configuration](/setup-guides/adding-your-chatbot-to-your-website/dynamic-chatbot-configuration.md)

[Embedding for Wix](/setup-guides/adding-your-chatbot-to-your-website/embedding-for-wix.md)

[Embedding for Shopify](/setup-guides/adding-your-chatbot-to-your-website/embedding-for-shopify.md)

[Embedding for WordPress](/setup-guides/adding-your-chatbot-to-your-website/embedding-for-wordpress.md)

[Embedding for Drupal](/setup-guides/adding-your-chatbot-to-your-website/embedding-for-drupal.md)

[Embedding for Webflow](/setup-guides/adding-your-chatbot-to-your-website/embedding-for-webflow.md)


---

# Agent Instructions: 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:

```
GET https://docs.wonderchat.io/setup-guides/adding-your-chatbot-to-your-website.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
