# Mobile App Toolbox: 13 Features Most Apps Need

We've created a starter config file that includes 13 features most apps need at somepoing in their lifecycle.

Read [our blog post defining the features, and how to enable them](https://criticalmoments.io/blog/mobile_app_growth_plan_in_json).

Or [download the starter config from Github](https://github.com/CriticalMoments/CriticalMoments/blob/vnext/ios/sample_app/SampleApp/starterConfig.json).

### Features in the Template

* Notifications to improve day-1 retention and reduce churn.
* App rating prompts that appear at the perfect moment.
* Increase revenue by paywall targeting, and banner UI.
* Push app updates to users on an old or buggy release.
* Outage management: head off negative reviews and support tickets.
* “What's new” UI for major app updates.
* Announce important changes with banners, web links, or native UI.
* Feature flags that can target real-time context
* Themes to perfectly match your brand.


---

# 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.criticalmoments.io/guides/mobile-app-toolbox-13-features-most-apps-need.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.
