# Examples

### Learn how to set up basic input modes

{% content-ref url="/pages/n0ub81I8dUAA9r4HJzig" %}
[Chat](/platform/developers/conversation-sdk/examples/chat.md)
{% endcontent-ref %}

Let users talk with your conversational application via text.

{% content-ref url="/pages/C5abRospToM3LZoDtjFs" %}
[Voice](/platform/developers/conversation-sdk/examples/voice.md)
{% endcontent-ref %}

Make a voice assistant for your website.

{% content-ref url="/pages/wPqGhGwfQWfDpDGyPRuf" %}
[Voice+™](/platform/developers/conversation-sdk/examples/voice+-tm.md)
{% endcontent-ref %}

Allow users to talk to your application while keeping their interactions on the web in sync with their conversation.

### Deeper customization

{% content-ref url="/pages/OWpx2g2Df4wA98onSQ9v" %}
[Embedded mode](/platform/developers/conversation-sdk/examples/advanced/embedded-mode.md)
{% endcontent-ref %}

Control the exact layout and display of your Touchpoint application.

{% content-ref url="/pages/9i0wLn5orD16hPxOMqrw" %}
[Modalities](/platform/developers/conversation-sdk/examples/advanced/modalities.md)
{% endcontent-ref %}

Add rich and interactive displays right inside conversations.

{% content-ref url="/pages/Cm7PFVAUxuZltteEwXtU" %}
[Theming](/platform/developers/conversation-sdk/examples/advanced/theming.md)
{% endcontent-ref %}

Control the look and feel of Touchpoint UI.

{% content-ref url="/pages/qx7wPZW2JqYg0uKKzKtn" %}
[Voice+™ over the phone](/platform/developers/conversation-sdk/examples/advanced/voice+-tm-over-the-phone.md)
{% endcontent-ref %}

Use a headless Touchpoint to enable Voice+ capabilities with an external telephony channel.


---

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