# Client Integrations

- [Web widget](https://docs.cleandesk.ai/client-integrations/web-widget.md): This documentation will provide step-by-step instructions on how to integrate the CleanDesk AI Chat Widget into your web application.
- [Sales Assistant](https://docs.cleandesk.ai/client-integrations/web-widget/sales-assistant.md): Sales support entails offering chat assistance to unidentified visitors, aiming to address all public inquiries.
- [Customer Support Assistant](https://docs.cleandesk.ai/client-integrations/web-widget/customer-support-assistant.md): The customer support assistant involves providing chat assistance specifically to identified customers, focusing on addressing both general and crucially personalized inquiries related to transactions
- [Customer profile API](https://docs.cleandesk.ai/client-integrations/web-widget/customer-support-assistant/customer-profile-api.md): This guide explains how to integrate your customer details API with our support system. The API should provide customer information based on your customer ID.
- [Sample Codes](https://docs.cleandesk.ai/client-integrations/web-widget/sample-codes.md): This gives sample codes that can used to understand how the CleanDesk Ai's web widgets can be enabled to provide both sales and customer support assistants in your web environment.


---

# 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.cleandesk.ai/client-integrations.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.
