# Natively Platform

- [Releases](https://docs.buildnatively.com/natively-platform/releases.md): To access these updates, ensure your app build date and Bubble Plugin/JavaScript SDK versions match the requirements below.
- [Appearance](https://docs.buildnatively.com/natively-platform/appearance.md)
- [App Icon](https://docs.buildnatively.com/natively-platform/appearance/app-icon.md)
- [Loading Screen](https://docs.buildnatively.com/natively-platform/appearance/launch-screen.md)
- [Error Screen](https://docs.buildnatively.com/natively-platform/appearance/network-screen.md)
- [Style](https://docs.buildnatively.com/natively-platform/appearance/style.md)
- [Preview](https://docs.buildnatively.com/natively-platform/preview.md): Preview mode is a simple way to test your app on a real device and see how it looks before buying a build.
- [Features](https://docs.buildnatively.com/natively-platform/features.md)
- [Admob](https://docs.buildnatively.com/natively-platform/features/admob.md): Natively using Admob service to provide the Advertisement support inside of your application. More details here: https://admob.google.com/
- [Analytics](https://docs.buildnatively.com/natively-platform/features/analytics.md)
- [AppsFlyer](https://docs.buildnatively.com/natively-platform/features/analytics/appsflyer.md)
- [Facebook](https://docs.buildnatively.com/natively-platform/features/analytics/facebook.md)
- [Bottom Bar](https://docs.buildnatively.com/natively-platform/features/contacts.md)
- [Calendars](https://docs.buildnatively.com/natively-platform/features/calendars.md)
- [Camera](https://docs.buildnatively.com/natively-platform/features/camera.md): The camera is used to take photos or videos and upload them through attachment fields.
- [Contacts](https://docs.buildnatively.com/natively-platform/features/contacts-1.md)
- [Deeplinks](https://docs.buildnatively.com/natively-platform/features/deeplinks.md): Deep links are a type of link that send users directly to an app instead of a website or a store.
- [Firebase (Deprecated)](https://docs.buildnatively.com/natively-platform/features/deeplinks/firebase.md): Firebase Dynamic Links
- [Universal Links](https://docs.buildnatively.com/natively-platform/features/deeplinks/universal-links.md)
- [Branch.io](https://docs.buildnatively.com/natively-platform/features/deeplinks/branch.io.md): Branch helps brands overcome the complexities of deep linking by providing a unified platform that ensures seamless navigation across all platforms and devices.
- [Geolocation](https://docs.buildnatively.com/natively-platform/features/geolocation.md)
- [HealthKit](https://docs.buildnatively.com/natively-platform/features/healthkit.md): Access and share health and fitness data while maintaining the user’s privacy and control.
- [iOS Back Button](https://docs.buildnatively.com/natively-platform/features/ios-back-button.md)
- [In-app Purchases](https://docs.buildnatively.com/natively-platform/features/purchases.md): Natively using RevenueCat service to provide the In-app Purchases support inside of your application. More details here: https://revenuecat.com/
- [Microphone](https://docs.buildnatively.com/natively-platform/features/microphone.md): The microphone is used to record videos with sound and upload them through attachment fields.
- [NFC](https://docs.buildnatively.com/natively-platform/features/nfc.md)
- [Notifications](https://docs.buildnatively.com/natively-platform/features/notifications.md)
- [OneSignal Notifications](https://docs.buildnatively.com/natively-platform/features/notifications/onesignal-notifications.md): Natively using OneSignal service to provide the Push Notifications support inside of your application. More details here: https://onesignal.com/
- [Firebase Notifications (Advanced)](https://docs.buildnatively.com/natively-platform/features/notifications/firebase-notifications-advanced.md): Firebase Cloud Messaging service provides the Push Notifications support inside of your application. More details here: https://firebase.google.com/products/cloud-messaging
- [Photo Library](https://docs.buildnatively.com/natively-platform/features/photo-library.md): The photo library is used to take upload media through attachment fields.
- [Service Worker](https://docs.buildnatively.com/natively-platform/features/service-worker.md)
- [Social Auth](https://docs.buildnatively.com/natively-platform/features/social_auth.md)
- [Sign In with Apple](https://docs.buildnatively.com/natively-platform/features/social_auth/sign-in-with-apple.md): Apple Sign In feature works only on iOS
- [Publish](https://docs.buildnatively.com/natively-platform/app-info.md)
- [iOS App](https://docs.buildnatively.com/natively-platform/app-info/ios-build.md)
- [Android App](https://docs.buildnatively.com/natively-platform/app-info/android-build.md)
- [Settings](https://docs.buildnatively.com/natively-platform/settings.md): Do not forget to save your changes and rebuild your app.
- [Subscription Plans](https://docs.buildnatively.com/natively-platform/subscription-plans.md)
- [Frequently Asked Questions (FAQ)](https://docs.buildnatively.com/natively-platform/frequently-asked-questions-faq.md)


---

# 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.buildnatively.com/natively-platform.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.
