> For the complete documentation index, see [llms.txt](https://docs.borndigital.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.borndigital.ai/for-advanced-users/conversation-design-tips.md).

# Conversation design tips

### Quick links for you

{% content-ref url="/pages/VxMHtq7h97k990EEPYW4" %}
[Customizing speech synthesis](/for-advanced-users/conversation-design-tips/customizing-speech-synthesis.md)
{% endcontent-ref %}

{% content-ref url="/pages/R5p6ACakIP15613Qesks" %}
[Customizing text output](/for-advanced-users/conversation-design-tips/customizing-text-output.md)
{% endcontent-ref %}

{% content-ref url="/pages/iewHAJAAbfxc9WLAfgZL" %}
[Customizing smart functions output](/for-advanced-users/conversation-design-tips/customizing-smart-functions-output.md)
{% endcontent-ref %}

{% content-ref url="/pages/YRjH4tqZrhNXClOssDCo" %}
[Randomizing  message content](/for-advanced-users/conversation-design-tips/randomizing-message-content.md)
{% endcontent-ref %}

{% content-ref url="/pages/Otdk6Ugb6NOrdVJlrs57" %}
[Setting time-based greetings](/for-advanced-users/conversation-design-tips/setting-time-based-greetings.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ek4Z9JoaMBory3PEAcTi" %}
[Personalised URL links](/for-advanced-users/conversation-design-tips/personalised-url-links.md)
{% endcontent-ref %}

{% content-ref url="/pages/kTZs3d5ZK8lPp3fMnYfj" %}
[Custom business statuses with variables](/for-advanced-users/conversation-design-tips/custom-business-statuses-with-variables.md)
{% endcontent-ref %}

{% content-ref url="/pages/kAkSD4bIJoTTzFtsoEB7" %}
[String slicing](/for-advanced-users/conversation-design-tips/string-slicing.md)
{% endcontent-ref %}

{% content-ref url="/pages/S4nHWyLWaZcRLkftAQte" %}
[Implementing chat buttons](/for-advanced-users/conversation-design-tips/implementing-chat-buttons.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.borndigital.ai/for-advanced-users/conversation-design-tips.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.
