# Go-Live Checklist

If you are a developer, or had a developer perform an integration for you between your web application and **Referd**. You should also consider the following items before going live.

{% hint style="info" %}
During development, you can use your account Test Key to authenticate your requests. Once integration is completed and validate you can swap to Production API Key.
{% endhint %}

### Step 1 : Install Referd SDK

* [ ] Install and import **Referd** SDK into your App
* [ ] Initialize **Referd** SDK

*If you will be using **Referd** in-app notifications or referrals*

* [ ] Install and import Firebase SDKs into your App

### Step 2 : Register Your User

* [ ] Send user data to **Referd** within your login\registration flows.

### Step 3 : Referd User Widget Integration

* [ ] Show **Referd** user profile widget within your App experience

👑 *If your building your own UI components to maintain your branding*

* [ ] Custom UI components are build and integrated with **Referd** within your web\app UI

### Step 4 : Tracking User events

* [ ] User events are sent to **Referd** with correspondent metadata and properties to track UI events within your App
* [ ] User events are sent to **Referd** with correspondent metadata and properties to track server side events related to the user

### Step 5 : Referrals Tracking

* [ ] Invoke SDK referral method upon successful user registration.


---

# 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://developer.tryreferd.com/installing-referd/referd-for-flutter/go-live-checklist.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.
