# Features

- [Onboarding](https://docs.appkickstarter.com/features/onboarding.md): A well-designed onboarding process is crucial to maintain user engagement and motivation.
- [Authentication](https://docs.appkickstarter.com/features/authentication.md): AppKickstarter simplifies authentication and user management using Firebase authentication, providing ready-to-use login and sign-up features.
- [Firebase support](https://docs.appkickstarter.com/features/firebase-support.md): Learn how to use the AppKickstarter Firebase in a multi-platform project for authentication and data transfer objects management.
- [Offline support](https://docs.appkickstarter.com/features/offline-support.md): AppKickstarter offers convenient key-value storage and offline database solutions for mobile app development, with preconfigured dependencies and compatibility for Android and iOS.
- [Monetization](https://docs.appkickstarter.com/features/monetization.md): Learn things you can share with iOS that you usually do in the Android platform
- [Whats new feature](https://docs.appkickstarter.com/features/whats-new-feature.md): Every update is an opportunity to keep your users engaged in your project. People appreciate apps that are actively maintained and are more likely to pay for regularly updated products.
- [Navigation in AppKickstarter](https://docs.appkickstarter.com/features/navigation-in-appkickstarter.md)
- [Theme](https://docs.appkickstarter.com/features/theme.md)
- [UI Kit](https://docs.appkickstarter.com/features/ui-kit.md): AppKickstarter UI Kit is a versatile collection of interface components that deliver clean and simple designs across Android, iOS, and desktop platforms.
- [Dates management](https://docs.appkickstarter.com/features/dates-management.md)
- [Platform specific](https://docs.appkickstarter.com/features/platform-specific.md)
- [Offline cache](https://docs.appkickstarter.com/features/offline-cache.md)
- [Translations](https://docs.appkickstarter.com/features/translations.md): Learn here how to do translations in AppKickstarter.
- [Analytics](https://docs.appkickstarter.com/features/analytics.md)
- [User management](https://docs.appkickstarter.com/features/user-management.md)
- [Logger](https://docs.appkickstarter.com/features/logger.md)
- [Platform utilities](https://docs.appkickstarter.com/features/platform-utilities.md)
- [Maps and locations](https://docs.appkickstarter.com/features/maps-and-locations.md)
- [Secured AI Backend Proxy](https://docs.appkickstarter.com/features/secured-ai-backend-proxy.md): We prevent you from losing thousands of dollars by including a backend that securely handles your API key requests to the AI API.
- [Settings](https://docs.appkickstarter.com/features/settings.md): AppKickstarter comes with a pre-built settings screen you can use easily. Find here what you can use in the settings screen by default.
- [Application monitoring](https://docs.appkickstarter.com/features/application-monitoring.md): Find here all you need to know about application monitoring and Sentry + Napier use.
- [Notifications](https://docs.appkickstarter.com/features/notifications.md): Notification management in AppKickstarter.


---

# 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.appkickstarter.com/features.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.
