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

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