# 特別リンク：メール、テキスト（SMS）、および電話

[リンクアクション](/ja/action-basics/how-to-link-screens-through-actions.md#types-of-links)を使用して、電話をかけたり、テキストメッセージを送ったり、メールを送ったりするボタンを作成できます。

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

### 電話リンク

1. コンポーネントにリンクアクションを追加します
2. リンクをウェブサイトに設定します。
3. URLボックスに、「tel:」と電話番号を続けて入力します。電話番号自体は[マジックテキスト](/ja/component-basics/inserting-dynamic-text.md)から取得できます
4. ユーザーがこのコンポーネントをクリックすると、デバイスの電話アプリが事前にダイヤルされた番号で開きます

![](/files/Dgg3ul7g7Mlmz8D7TZeW)

###

### メールリンク

1. コンポーネントにリンクアクションを追加します
2. リンクをウェブサイトに設定します。
3. URLボックスに、「mailto:」とメールアドレスを続けて入力します。メールアドレス自体は[マジックテキスト](/ja/component-basics/inserting-dynamic-text.md)から取得できます（例：現在のユーザーのメールアドレス）
4. ユーザーがこのコンポーネントをクリックすると、デバイスのメールアプリが事前に入力されたアドレスで開きます。

![](/files/vcMutlmK8mx3OfQGD8Xc)

### テキスト / SMSリンク

1. コンポーネントにリンクアクションを追加します
2. リンクをウェブサイトに設定します。
3. URLボックスに、「sms:」と電話番号を続けて入力します。電話番号自体は[マジックテキスト](/ja/component-basics/inserting-dynamic-text.md)から取得できます（例：現在のユーザーの電話番号）
4. ユーザーがこのコンポーネントをクリックすると、デバイスのデフォルトのテキストアプリが事前に入力された番号で開きます

![](/files/hmGuC6bHz2xtXvdXu32K)


---

# 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/ja/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.
