"Features" in Aquro generally refers to native device features (camera, GPS, device memory/storage, et.c) that may be activated to use native API's on a mobile device.
In the background, each feature is a Cordova Plugin that will be added to your native app when the app is built.
The list of available device features can be found in the features list in RELEASE MANAGEMENT > NEW BUILD > FEATURES.
If you are writing your code manually and you would like to access some native features like the device's camera or location GPS, you will need to manually add the required features before you build your app.
When writing your app code with Visual Coding, the required features will automatically be added to your app as you add Coding Blocks that interact with those device features.
When using these features, your app will require more permissions from the end-user and will also be larger in size. Therefore, we recommend only enabling the device features your app absolutely needs.