# Cordova SDK（Beta）

{% hint style="warning" %}
**Cordova SDK は Beta 版の機能です**

Cordova SDK は現在 Beta 版として提供しております。\
そのため、今後予告なく仕様変更を伴う機能改善やAPIの破壊的変更が行われる可能性があります。
{% endhint %}

{% hint style="warning" %}
**Ionic FrameworkやCapacitor等への対応について**

詳細は[Cordova以外のツールで開発したWebViewアプリへのKARTE SDK導入は可能ですか？](/app-faq/app-faq-support-other-webview-app.md)を御覧ください。

一部、独自の実装が必要になる場合があります。
{% endhint %}

## Getting Started

* 📦 [SDKを導入する](/cordova-sdk/setup-cordova-sdk.md)\
  SDKの導入と構成の方法について示します。
* 🚀[イベントを送信する](/cordova-sdk/tracking-cordova-sdk.md)\
  SDKを使用してイベントを送信する方法について示します。
* 📣[プッシュ通知を受信する](/cordova-sdk/notification-cordova-sdk.md)\
  プッシュ通知を受信するために必要な設定方法について示します。
* 💬[アプリ内メッセージを表示する](/cordova-sdk/iam-cordova-sdk.md)\
  アプリ内メッセージのコントロール方法について示します。

## Additional Functions

* 📝[設定値を利用する](/cordova-sdk/variables-cordova-sdk.md)\
  リリースなしでアプリの挙動を変更するための設定値配信の利用方法について示します。
* 🌐[WebView内の行動をトラッキングする](/cordova-sdk/webview-cordova-sdk.md)\
  ネイティブアプリとWebViewのユーザーを紐付けて計測する方法について示します。


---

# 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://app.developers.karte.io/cordova-sdk.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.
