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

# 埋め込みアクション

> 外部サービスのウィジェットやフォームをエージェントに埋め込む方法

HTML や iframe のコードをウィジェット内のモーダルで表示するアクションです。外部サービスの予約フォームやサインアップフォームなど、ユーザーがページ遷移せずにそのまま操作を完了できます。

## ユースケース

* 日程調整ツールの予約画面（Calendly、Cal.com、Spir、TimeRex など）
* アンケート・問い合わせフォーム（Typeform、Tally、Google Forms など）
* 決済フォーム（Stripe Payment Links など）
* リード獲得フォーム（HubSpot Forms など）
* サインアップフォーム
* 動画プレイヤー

## 設定

ダッシュボードの **エージェント設定 > アクション > アクションを追加 > 埋め込みコード** から設定します。

| 項目  | 説明                     |
| --- | ---------------------- |
| ラベル | ユーザーに表示されるボタンのテキスト     |
| コード | 埋め込む HTML / iframe コード |

## 設定例

```html theme={null}
<iframe
  src="https://example.com/form"
  width="100%"
  height="500"
  frameborder="0"
></iframe>
```

## 対応サービス別ガイド

各サービスの埋め込みコードの取得方法と設定例は、以下の個別ガイドを参照してください。

* [Cal.com](/ja/agent/actions/embed.calcom)
* [Calendly](/ja/agent/actions/embed.calendly)
* [Google Calendar](/ja/agent/actions/embed.google-calendar)
* [Google Forms](/ja/agent/actions/embed.google-forms)
* [HubSpot Forms](/ja/agent/actions/embed.hubspot-forms)
* [Spir](/ja/agent/actions/embed.spir)
* [Stripe Payment Links](/ja/agent/actions/embed.stripe)
* [Tally](/ja/agent/actions/embed.tally)
* [TimeRex](/ja/agent/actions/embed.timerex)
* [Typeform](/ja/agent/actions/embed.typeform)
