# React Native

The React Native source lets you send events from your React Native app. After installing and initializing the Freshpaint SDK, Freshpaint can automatically collect clicks, text edits, and more when autocapture is configured. You can also track events manually and instrument your app with code.

## Guides

To get started with the Freshpaint React Native SDK, check out the Freshpaint React Native Quickstart Guide:

{% content-ref url="/pages/-MH8FXlqPx8ttVB\_o5YO" %}
[React Native Quickstart Guide](/readme/guides/react-native-quickstart-guide.md)
{% endcontent-ref %}

After going through the quickstart guide, check out our guide on how to build out your account to learn how to setup identify, event properties, and everything else you need to get the most out of Freshpaint:

{% content-ref url="/pages/-MA7fXEzWqQH8ON4yjiu" %}
[Building Out Your Account](/readme/building-out-your-account.md)
{% endcontent-ref %}


---

# 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://documentation.freshpaint.io/integrations/sources/react-native.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.
