# \[Android]利用可能なモジュール一覧

KARTE SDKでは機能毎にモジュールを提供しております。\
利用する機能に応じて、部分的にモジュールを導入することが可能です。

なお core 導入は必須です。

| Module name    | Gradle                                               | Description                                                                                        |
| -------------- | ---------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| core           | implementation 'io.karte.android:core:2.+'           | イベントトラッキング機能を提供します。                                                                                |
| inappmessaging | implementation 'io.karte.android:inappmessaging:2.+' | アプリ内メッセージ機能を提供します。                                                                                 |
| notifications  | implementation 'io.karte.android:notifications:2.+'  | プッシュ通知の受信および効果測定機能を提供します。                                                                          |
| variables      | implementation 'io.karte.android:variables:2.+'      | 設定値配信機能を提供します。                                                                                     |
| visualtracking | implementation 'io.karte.android:visualtracking:2.+' | <p>ビジュアルトラッキング機能を提供します。<br>※ 別途Gradle Pluginが必要です。<a href="/pages/awqbcVAMNfJTtHSiSbLo">参照</a></p> |
| debugger       | implementation 'io.karte.android:debugger:1.+'       | SDKイベントデバッガー機能を提供します。                                                                              |

`app_info` に含まれる `module_info` 内の表記は、Module nameと同じになります。

{% hint style="info" %}
**各モジュールのバージョンについて**

各モジュールは適宜バグ修正や機能追加をおこなっています。\
バージョンを固定する際は、最新のバージョンを指定してください。\
最新バージョンは[リリースノート](/android-sdk/release-notes-android-sdk.md)にて確認できます。
{% endhint %}


---

# 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/android-sdk-appendix/appendix-module-android-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.
