> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/ja/how-to/special-links-email-text-sms-and-phone.md).

# 特別リンク：メール、テキスト（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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.adalo.com/ja/how-to/special-links-email-text-sms-and-phone.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
