> For the complete documentation index, see [llms.txt](https://developer.konverse.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.konverse.ai/platform/embedded-functions/send-text-message.md).

# Send Text Message

Embedded functions allows to send a text message from the function. A sample code is mentioned below

```
ctx.sendText("Your Text Here");
```
