> For the complete documentation index, see [llms.txt](https://app.developers.karte.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://app.developers.karte.io/cordova-sdk/support-policy-cordova-sdk.md).

# \[Cordova]サポートポリシー

## \[Cordova]サポートポリシー

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

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

## サポートについて

Cordova SDKは、iOS/Androidのプラットフォーム向けのSDKを内包したブリッジSDKです。\
そのため、サポートポリシーは、各プラットフォーム向けSDKの内容に準拠します。

* [サポートポリシー（iOS SDK）](/ios-sdk/support-policy-ios-sdk.md)
* [サポートポリシー（Android SDK）](/android-sdk/support-policy-android-sdk.md)

またサポート対象となる条件は各プラットフォーム向けSDKのCoreモジュールに対して適用されるため、ブリッジSDKのサポートについては依存・リンクしている各プラットフォーム向けSDKのCoreモジュールのバージョンに応じます。

ブリッジSDKが提供する機能については、不具合修正等を逐次リリースしているため、基本的に最新版を推奨します。

アプリに実際にリンクされたプラットフォーム向けSDKのバージョンは、KARTEのイベントに付加される、`module_info`から確認することも可能です。\
参考：[module\_infoについて](https://support.karte.io/post/7zuzyZZbiIt1FFbMnZUVPf#1-0)


---

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