> For the complete documentation index, see [llms.txt](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features.md).

# Pro Features

- [Pro Addons](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons.md)
- [AdMob](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/admob.md)
- [Integration](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/admob/integration.md)
- [Setting up Google Admob](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/admob/setting-up-google-admob.md): Before integrating AdMob in your app, you need to setup Google Admob and create Ad units
- [Music Player](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/music-player.md): Implement Music Player in Capacitor Ionic apps
- [Push Notifications](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/push-notifications-1.md): The feature integration is taken from Ionic Framework's official documentation
- [Local Notifications](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/local-notifications.md): Use local notifications to notify users of alarms, reminders etc.
- [Device](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/device.md): Find device related info with Capacitor inbuilt API
- [Clipboard](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/clipboard.md): Use clipboard to copy and paste content between pages or apps
- [Social Login](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/social-login.md)
- [In-App Browser](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/in-app-browser.md)
- [Sweet Alerts](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/sweet-alerts.md): Show custom alerts and prompts
- [Social Sharing](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/social-sharing.md): Share text, images and url with various apps in your device
- [Google Places](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/google-places.md)
- [Google Autocomplete](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/google-autocomplete.md): Implement a search bar with autocomplete functionality that matches places catalogued by Google
- [Image Cropper](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/pro-addons/image-cropper.md)
- [Phaser Game Framework](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/phaser-game-framework.md): You can now integrate the popular and interesting 2D game framework Phaser into Ionic to create your own mobile games
- [WooCommerce](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/woocommerce.md): Learn how to use Woo-commerce integration from Ionic 4 Full App
- [Payment Gateways](https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features/payment-gateways.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://enappd.gitbook.io/capacitor-full-app-ionic-angular/features/pro-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
