> For the complete documentation index, see [llms.txt](https://developer.tryreferd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.tryreferd.com/installing-referd/referd-for-generic-mobile-app.md).

# Generic Mobile App

In this guide, we'll explore how to integrate **Referd** within your mobile app without using **Referd's** SDK. This can be helpful if your mobile app framework does not have an out of the box SDK provided by **Referd** like Flutter or ionic. Or you choose not to use the SDK for any reason. So let's get started!

Before we dive deeper into integrating **Referd** into your mobile app without using an SDK, let's first take a look at the common integration touch points that you'll encounter. These touch points are the areas in your app where you'll need to make changes to incorporate **Referd's** features seamlessly.

{% hint style="info" %}
This guide is not framework specific. Below is a general high level guideline illustrating how to integrate **Referd** with applicable mobile frameworks
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-generic-mobile-app.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.
