# React Native SDK

## Getting Started

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

## Additional Functions

* 📝[設定値を利用する](https://app.developers.karte.io/react-native-sdk/variables-react-native-sdk)\
  リリースなしでアプリの挙動を変更するための設定値配信の利用方法について示します。
* 🔎[ビジュアルトラッキングを利用する (Beta)](https://app.developers.karte.io/react-native-sdk/visual-tracking-react-native-sdk)\
  リリースなしでイベントの追加や削除を行うことが可能なビジュアルトラッキングの導入方法について示します。
* 🌐[WebView内の行動をトラッキングする](https://app.developers.karte.io/react-native-sdk/webview-react-native-sdk)\
  ネイティブアプリと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/react-native-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.
