# Special Links: Email, Text (SMS), and Phone

You can use [Link Actions](/actions/links.md#types-of-links) to create buttons that will make phone calls, send text messages, or send emails.

{% embed url="<https://youtu.be/9M0BrZ3bvlY>" %}

### Phone Call Links

1. Add a Link Action to a component
2. Set the Link to be to a Website.
3. In the URL box, enter "tel:"  followed by the phone number.  The phone itself number can be from [Magic Text](/component-basics/inserting-dynamic-text.md)
4. When users click this component, it will open their device's phone app with the number pre-dialed

![](/files/-LovoCFSpomkGSzl12gM)

### Email Links

1. Add a Link Action to a component
2. Set the Link to be to a Website.
3. In the URL box, enter "mailto:"  followed by the email address.  The email address itself number can be from [Magic Text](/component-basics/inserting-dynamic-text.md) such as Current User's email address.
4. When users click this component, it will open their device's email app with the address pre-filled.

![](/files/-LovpUk5XaibN4ZtzO2e)

### Text / SMS Links

1. Add a Link Action to a component
2. Set the Link to be to a Website.
3. In the URL box, enter "sms:"  followed by the phone number.  The phone number itself number can be from [Magic Text](/component-basics/inserting-dynamic-text.md) such as Current User's phone number.
4. When users click this component, it will open their device's default texting app with the number pre-filled

![](/files/-LovqFMkIJCNeHsSJAO6)


---

# 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://help.adalo.com/how-to/special-links-email-text-sms-and-phone.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.
