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

# Product Guides

- [Training data](https://docs.userdesk.io/product-guides/training-data.md)
- [Sitemaps](https://docs.userdesk.io/product-guides/training-data/sitemaps.md)
- [Shopify Store](https://docs.userdesk.io/product-guides/training-data/sitemaps/shopify-store.md): Easily import and train the Chatbot using your Shopify Store
- [Gitbook](https://docs.userdesk.io/product-guides/training-data/sitemaps/gitbook.md): Import and train your Chatbot on a Gitbook website
- [Chatbot configuration](https://docs.userdesk.io/product-guides/chatbot-configuration.md)
- [Welcome message](https://docs.userdesk.io/product-guides/chatbot-configuration/welcome-message.md)
- [Escalate to human](https://docs.userdesk.io/product-guides/chatbot-configuration/escalate-to-human.md)
- [Missing response message](https://docs.userdesk.io/product-guides/chatbot-configuration/missing-response-message.md)
- [Add the Chatbot widget to your website](https://docs.userdesk.io/product-guides/add-the-chatbot-widget-to-your-website.md)
- [WordPress](https://docs.userdesk.io/product-guides/add-the-chatbot-widget-to-your-website/wordpress.md): Add the Web Chatbot widget to your WordPress website
- [Shopify](https://docs.userdesk.io/product-guides/add-the-chatbot-widget-to-your-website/shopify.md): Add an AI Chatbot to your store in less than 5 minutes
- [Webflow](https://docs.userdesk.io/product-guides/add-the-chatbot-widget-to-your-website/webflow.md): Add live chat to your Webflow in less than 2 minutes
- [Wix](https://docs.userdesk.io/product-guides/add-the-chatbot-widget-to-your-website/wix.md): Add the Web AI Chatbot widget to your Wix website
- [Notion pages](https://docs.userdesk.io/product-guides/add-the-chatbot-widget-to-your-website/notion-pages.md): How to embed a chatbot into your Notion pages
- [Any Website](https://docs.userdesk.io/product-guides/add-the-chatbot-widget-to-your-website/any-website.md): Add live chat to your website
- [Slack integration](https://docs.userdesk.io/product-guides/slack-integration.md)
- [JavaScript Widget](https://docs.userdesk.io/product-guides/javascript-widget.md): Embed and control the JavaScript widget
- [Customize Widget CSS](https://docs.userdesk.io/product-guides/customize-widget-css.md): Use CSS to customize the look and feel of the widget
- [Chat Widget Changelog](https://docs.userdesk.io/product-guides/chat-widget-changelog.md)


---

# 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://docs.userdesk.io/product-guides.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.
