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

# 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): The Appearance section is where you customize how your app looks and feels - your app icon, loading screen, error screen, in-app styling, and bottom navigation bar.
- [App Icon](https://docs.buildnatively.com/natively-platform/appearance/app-icon.md): Your app icon the first thing users will see when they install your application.
- [Loading Screen](https://docs.buildnatively.com/natively-platform/appearance/launch-screen.md): The Loading Screen is a temporary transition view displayed to users while your App URL is loading in the background.
- [Launch Screen (iOS)](https://docs.buildnatively.com/natively-platform/appearance/launch-screen-ios.md): The Launch Screen is a native splash view that appears on iOS devices immediately after a user opens your application, bridging the brief transition before the Loading Screen appears.
- [Error Screen](https://docs.buildnatively.com/natively-platform/appearance/network-screen.md): The Error Screen acts as a native safety fallback layout within your app.
- [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/bottom-bar.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.md)
- [Deep Links](https://docs.buildnatively.com/natively-platform/features/deep-links.md): Send users directly to specific pages or content inside your app from any link.
- [Universal Links](https://docs.buildnatively.com/natively-platform/features/deep-links/universal-links.md): Associate your website domain with your app so that links open directly in your app instead of a browser.
- [Branch.io](https://docs.buildnatively.com/natively-platform/features/deep-links/branch.io.md): Set up Branch.io deep linking in your Natively app for reliable cross-platform deep links with attribution and analytics.
- [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): Enable Google, Facebook, Microsoft, KakaoTalk, or any other OAuth provider login directly inside your Natively app.
- [Sign In with Apple](https://docs.buildnatively.com/natively-platform/features/social_auth/sign-in-with-apple.md): Allow users to sign in to your app using their Apple ID - no password required.
- [Publish](https://docs.buildnatively.com/natively-platform/app-info.md)
- [iOS App](https://docs.buildnatively.com/natively-platform/app-info/ios-build.md): Configure your iOS app in Natively Dashboard to generate builds and connect to App Store Connect.
- [Android App](https://docs.buildnatively.com/natively-platform/app-info/android-build.md): Configure your Android app in Natively Dashboard to generate AAB and APK build files.
- [Settings](https://docs.buildnatively.com/natively-platform/settings.md): Do not forget to save your changes and rebuild your app.


---

# 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:

```
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.
