# リンク

リンクアクションは、コンポーネント（ボタンやリストアイテムなど）を別の画面に接続します。

![](/files/c9FzqENOZjfoAR2Q5UYb)

### リンクの種類

* 既存の画面
  * リンクアクションメニューから、アプリ内の他の画面を選択してリンクすることができます。
* 新しい画面
  * まだ作成していない画面にアクションをリンクしたい場合は、メニューから"New Screen..."を選択できます。
  * モーダルが表示され、新しい画面の名前とテンプレートを選択するように求められます。これを行うと、リンクアクションが新しい画面にリンクされます。
* 戻る
  * これは、ユーザーを以前いた画面に自動的に戻す特別なリンクです。これは、アプリバーに戻る矢印アイコンと一緒に使用されることが最も一般的です。ユーザーが現在の画面に到達する方法が複数ある場合、戻るリンクは特に役立ちます。戻るリンクは、ユーザーを現在の画面に導いた遷移の逆に設定されたリンク遷移を自動的に設定します。
* Webサイト
  * このオプションを使用すると、アプリがユーザーのブラウザで新しいタブで開くWebサイトにリンクできます。[このオプションを使用して、ユーザーのメール、電話、またはテキストメッセージングアプリを開くリンクを作成することも可能です](/ja/how-to/special-links-email-text-sms-and-phone.md)。

![](/files/I1sbOYDBcR574yAJLWfP)

### トランジション

リンクアクションでは、ユーザーが1つのページから次のページに移動する際に表示されるトランジションの種類も指定できます。例えば、画面が左にスライドしたり、下から現れたりすることがあります。デフォルトでは、遷移は最も一般的に使用されるプッシュに設定されます。[モーダル](/ja/how-to/how-to-create-a-modal-popup-window.md)にリンクする場合は、-- you guessed it --モーダルの遷移タイプを選択する必要があります。

![](/files/F6E4bAAohobapgc6tP3Q)


---

# 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/action-basics/how-to-link-screens-through-actions.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.
