> For the complete documentation index, see [llms.txt](https://docs10.xenioo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs10.xenioo.com/actions-and-operations/content/xenioo.bots.actions.base.textaction.md).

# Text Action

This is the most common action. The bot will display the specified text to the user in a chat bubble.

![](/files/-LevfytKofEG43kwkRLj)

### Settings

The action uses the following settings:

| Setting     | Description                                 | [Parsed](/actions-and-operations/dynamic-parsing.md) |
| ----------- | ------------------------------------------- | ---------------------------------------------------- |
| Bot Message | The text that will be displayed to the user | :white\_check\_mark:                                 |

### Remarks

When used on the [Web Channel](/basic-concepts/publishing/channels/web.md), this action will automatically enrich http and https url found inside the text and transform them in clickable links. If you wish to use a different title for your enriched links attach with a single pipe (|) like in the example below:

![](/files/-MDUtfQ-oq-vKSVSA6UU)

### Trigger

This action has no triggers.

### Variables

This action does not produce any variable.

### Availability

Channel specific availability follows the table below:

| Channel          | Availability    |
| ---------------- | --------------- |
| Facebook         | Fully Available |
| WhatsApp         | Fully Available |
| Telegram         | Fully Available |
| Web              | Fully Available |
| Alexa            | Fully Available |
| Google Assistant | Fully Available |
| Slack            | Fully Available |
| API              | Fully Available |

This action can be used only inside interactions and not as child of other actions. Any account can use this action regardless of [subscription level](/basic-concepts/your-account/the-free-plan.md).
