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

# Conversation SDK

- [Touchpoint](https://docs.nlx.ai/platform/developers/conversation-sdk/touchpoint.md): Touchpoint is a drop-in conversational UI and SDK with support for chat, voice, and Voice+™ interactions.
- [Setup](https://docs.nlx.ai/platform/developers/conversation-sdk/setup.md)
- [Web](https://docs.nlx.ai/platform/developers/conversation-sdk/setup/web.md): This page documents the @nlxai/touchpoint-ui package, serving as the guide for the Touchpoint SDK for web applications.
- [iOS](https://docs.nlx.ai/platform/developers/conversation-sdk/setup/ios.md): Documents the Touchpoint iOS package, serving as the guide for the Touchpoint SDK for iOS applications.
- [Android](https://docs.nlx.ai/platform/developers/conversation-sdk/setup/android.md): This page documents the Touchpoint Android package, serving as the guide for the Touchpoint SDK for Android applications.
- [Examples](https://docs.nlx.ai/platform/developers/conversation-sdk/examples.md): Example usage of Touchpoint, NLX's Conversation SDK.
- [Chat](https://docs.nlx.ai/platform/developers/conversation-sdk/examples/chat.md): Learn how to set up a textual chat application
- [Voice](https://docs.nlx.ai/platform/developers/conversation-sdk/examples/voice.md): Example set up of a voice application
- [Voice+™](https://docs.nlx.ai/platform/developers/conversation-sdk/examples/voice+-tm.md): Set up a voice assistant for your website or web app
- [Advanced](https://docs.nlx.ai/platform/developers/conversation-sdk/examples/advanced.md)
- [Embedded mode](https://docs.nlx.ai/platform/developers/conversation-sdk/examples/advanced/embedded-mode.md): Use Touchpoint inside your layout
- [Modalities](https://docs.nlx.ai/platform/developers/conversation-sdk/examples/advanced/modalities.md): Implement custom modalities
- [Theming](https://docs.nlx.ai/platform/developers/conversation-sdk/examples/advanced/theming.md)
- [Voice+™ over the phone](https://docs.nlx.ai/platform/developers/conversation-sdk/examples/advanced/voice+-tm-over-the-phone.md): Use Touchpoint Voice+ with an external telephony channel


---

# 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.nlx.ai/platform/developers/conversation-sdk.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.
