# FAQ

If your question is not answered below, please check out our [Community](https://community.appfarm.io/).

## Why should I choose Appfarm for my project?

Appfarm enables you to launch your applications faster, with higher quality, and lower cost. All without leaving a trail of technical debt.

## Can I integrate with external applications?

Yes. [Integrations](/how-to/integrations/integrate-with-external-systems.md) are a core part of the Appfarm platform. We have customer applications that integrate directly with the likes of [24SevenOffice](https://24sevenoffice.com/no/) and [Signicat](https://www.signicat.com/), as well as internal systems.

## Can you build my app for me?

We have several trusted partners with extensive experience building apps with Appfarm. Get in touch with us to discuss your requirements from [appfarm.io](https://appfarm.io)

## Does Appfarm scale?

Yes. Appfarm is hosted on enterprise-grade cloud platforms with scalable resources. We have customers that serve high volumes of active users and process large datasets.

## How do you ensure platform security?

Appfarm enforces security at several levels for both platform and client access. Please refer to the [Security](/reference/security.md) overview for a breakdown.

## Where is my data stored?

Appfarm stores data in data centers located in the European Union.

## Can I build native apps with Appfarm?

No, it is not possible to build native apps for iOS or Android with Appfarm. Instead, Appfarm support Progressive Web Apps (PWA) which enable painless cross-platform distribution and support much of the same functionality that is required for business applications. However, there exist several PWA wrappers that let you make PWAs into native applications, thereby enabling you to publish the app to App Store/Play Store.


---

# 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://docs.appfarm.io/getting-started/faq.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.
