> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/frequently-asked-questions/general/app-technology.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.appmysite.com/frequently-asked-questions/general/app-technology.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
