> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/clothingapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionicfirebaseapp.com/clothingapp/technologies.md).

# Technologies

The components of the app are built using the core components of [Ionic](https://ionicframework.com/) and [Ionic Native](https://ionicframework.com/docs/native/). The theme also constantly incorporates various other latest technologies.

* Ionic
* Ionic Native
* Angular JS
* Node JS

### Ionic

[**Ionic**](https://ionicframework.com/) is a complete open-source SDK for hybrid mobile app development. Ionic is built on top of [Angular](https://angular.io/). Ionic provides tools and services for developing hybrid mobile apps using Web technologies like CSS, HTML5, SASS. App stores and apps can be built with these Web technologies and then distributed through native to be installed on devices by leveraging Cordova.

For more : <https://ionicframework.com/>

### Ionic Native

[**Ionic Native**](https://ionicframework.com/docs/native/) is a [TypeScript](https://www.typescriptlang.org/) wrapper for[ Cordova/PhoneGap](https://cordova.apache.org/) plugins that makes adding any native functionality you need to your [Ionic](https://ionicframework.com/) mobile app easy.

For more : <https://ionicframework.com/docs/native/>

### Angular JS

[**AngularJS**](https://angular.io/) is a toolset for building the framework most suited to your application development. It is fully extensible and works well with other libraries. Every feature can be modified or replaced to suit your unique development workflow and feature needs.

For more : <https://angularjs.org/>

### Node JS

[NodeJS](https://nodejs.org/en/) is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side. NodeJS is a JavaScript runtime built on [Chrome's V8 JavaScript engine](https://developers.google.com/v8/). NodeJS uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. NodeJS package ecosystem, [npm](https://www.npmjs.com/) is the largest ecosystem of open source libraries in the world.

For more : <https://nodejs.org/en/>


---

# 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.ionicfirebaseapp.com/clothingapp/technologies.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.
