# App technology

#### Which technologies are apps built with on AppMySite?

Apps built on AppMySite use the latest and most reliable technologies to ensure high performance, compatibility, and a native experience across platforms.

**iOS apps**

* Apps for iOS are built using **Swift**, Apple’s modern and powerful programming language.
* Swift ensures fast performance, smooth animations, and full compatibility with the latest iOS versions and devices.
* Using Swift also means your app benefits from Apple’s latest updates and security standards.

**Android apps**

* Apps for Android are built using **Kotlin**, Google’s preferred language for Android app development.
* Kotlin helps deliver reliable, efficient, and secure apps that align with Android’s latest frameworks and APIs.
* This ensures your app runs smoothly on a wide range of Android devices.

**Progressive Web Apps (PWAs)**

* AppMySite also supports **Progressive Web Apps (PWAs)**, which are web-based apps that run directly in a browser without requiring installation from an app store.
* PWAs offer an app-like experience with instant access across devices and platforms, including desktops.

{% hint style="success" %}
By using Swift, Kotlin, and PWA technologies, AppMySite ensures your apps are fast, modern, and built to perform seamlessly across all major platforms.
{% endhint %}


---

# 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.appmysite.com/frequently-asked-questions/general/app-technology.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.
