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

# Pendo 連携

> Turnint AI のセッションイベントを Pendo に送信する方法

セッションイベントを [Pendo](https://jp.pendo.io) のカスタムイベントとして自動送信します。

## 検出条件

`window.pendo` がオブジェクトで、`pendo.track` が関数として存在する場合に検出されます。

## 送信方法

```javascript theme={null}
pendo.track("turnint_started", { type: "started" });
```

## ヘッドスクリプト設定

ポータルの **ヘッドスクリプト** に Pendo のインストールスニペットを貼り付けてください。スニペットは Pendo の管理画面 > **Settings** > **Subscription Settings** > **Install Settings** から取得できます。
