# Android Quickstart Guide

This guide will walk you through how to set up the Freshpaint Android SDK. After completing this guide, you'll be sending data from your Android app to a Freshpaint destination. We'll be using Amplitude as an example, but the same process works for the other destinations supported by Freshpaint. There are three steps to get set up with Android:

{% hint style="info" %}
The Freshpaint Android SDK does not support autotrack. That means you will have to instrument any events you want to track with precision tracking.
{% endhint %}

{% content-ref url="/pages/-MQmnoPAMHd8iRQWfDdB" %}
[Installing the Freshpaint Android SDK](/readme/guides/android-quickstart-guide/installing-the-freshpaint-android-sdk.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MQmnp-9JyN3pO9fgJw\_" %}
[Configuring a Destination](/readme/guides/android-quickstart-guide/configuring-a-destination.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MQmnpG1cVLr1ivu8q3Q" %}
[Instrumenting Your App](/readme/guides/android-quickstart-guide/instrumenting-your-app.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/readme/guides/android-quickstart-guide.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.
