> ## Documentation Index
> Fetch the complete documentation index at: https://docs.release0.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to use the Text element to display messages

> Learn how to use the Text element in Release0 to display custom messages, format content, and add clickable links in your chatbot conversations. This guide covers setup tips and best practices for creating clear, engaging dialogues.

The **Text** Agent Dialog element allows you to display simple text messages to your users. These messages can be chained together, creating a smooth animation that enhances the user experience.

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/BMYN_fruDBtiWNDa/images/elements/agent-dialog/text.png?fit=max&auto=format&n=BMYN_fruDBtiWNDa&q=85&s=ff6d57b3b81e54c98e1309924e096b3e" alt="Release0.com - Agent Dialog elements" width="417" height="396" data-path="images/elements/agent-dialog/text.png" />
</Frame>

###

<Frame style={{ maxWidth: '600px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/BMYN_fruDBtiWNDa/images/elements/agent-dialog/text-agent-dialog.gif?s=44dc06daff9f011ad294d615116c4bd0" alt="Release0.com - Agent Dialog elements" width="1014" height="610" data-path="images/elements/agent-dialog/text-agent-dialog.gif" />
</Frame>

## Adding a Link to Text

You can include a link within your text messages by using the link icon in the editor.

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/release0-13d037a7/BMYN_fruDBtiWNDa/images/elements/agent-dialog/text-link.png?fit=max&auto=format&n=BMYN_fruDBtiWNDa&q=85&s=9c704a3f3b3ddc91d8861480bca98487" alt="Release0.com - Agent Dialog elements" width="740" height="668" data-path="images/elements/agent-dialog/text-link.png" />
</Frame>

### Supported Link Formats

You can insert links using the following formats:

* **HTTP/HTTPS URLs**: `http://` or `https://`
* **Email Links**: `mailto:example@example.com`
* **Phone Links**: `tel:+123456789`
* **SMS Links**: `sms:+123456789`

Additionally, links can dynamically include variables, enabling personalized or contextual link generation.

### Example of a Text Agent Dialog with Links

```markdown theme={null}
Hello! Check out our [website](https://release0.com) for more details.

You can also [contact us](mailto:support@release0.com)
```
