# Mobile News Apps public docs

## Mobile News Apps public docs

- [Naviga Mobile News Apps](https://docs.navigaglobal.com/mobile/master.md)
- [Required information](https://docs.navigaglobal.com/mobile/required-information.md): This is the required initial information and actions to start app setup.
- [Configuration base](https://docs.navigaglobal.com/mobile/configuration.md): What info Naviga professional services need as a minimum to start a Mobile project.
- [Store information](https://docs.navigaglobal.com/mobile/store-information.md): Required and suggested information when publishing Naviga news apps on stores.
- [Privacy Policy](https://docs.navigaglobal.com/mobile/store-information/privacy-policy.md)
- [Ownership](https://docs.navigaglobal.com/mobile/store-information/ownership.md): When publishing News apps Google and Apple have some specific requirements to verify publisher ownership.
- [AppStore Privacy](https://docs.navigaglobal.com/mobile/store-information/privacy.md): This is how Naviga suggest you enter privacy details when publishing a Naviga news app.
- [Google Play Data Safety](https://docs.navigaglobal.com/mobile/store-information/google-play-data-safety.md)
- [Statistics Events](https://docs.navigaglobal.com/mobile/statistics-events.md)
- [Article Event](https://docs.navigaglobal.com/mobile/statistics-events/article-event.md): Show article.
- [ArticleList Event](https://docs.navigaglobal.com/mobile/statistics-events/articlelist-event.md): Show ContentList module.
- [ArticleListRow Event](https://docs.navigaglobal.com/mobile/statistics-events/articlelistrow-event.md): Show article teaser.
- [Article Read Event](https://docs.navigaglobal.com/mobile/statistics-events/article-read-event.md): Stop showing article.
- [EditSubscriptionList Event](https://docs.navigaglobal.com/mobile/statistics-events/editsubscriptionlist-event.md): Subscriptions settings events.
- [Flow Event](https://docs.navigaglobal.com/mobile/statistics-events/flow-event.md): User, login, password and similar views.
- [ImageViewer Event](https://docs.navigaglobal.com/mobile/statistics-events/imageviewer-event.md): Show image
- [Notification Event](https://docs.navigaglobal.com/mobile/statistics-events/notification-event.md): Receive and open push notifications
- [Onboarding Event](https://docs.navigaglobal.com/mobile/statistics-events/onboarding-event.md): Show onboarding view
- [Profile Event](https://docs.navigaglobal.com/mobile/statistics-events/profile-event.md): Show profile module
- [TopicPicker Event](https://docs.navigaglobal.com/mobile/statistics-events/topicpicker-event.md): Show the Add subscription view, and add subscription event


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.navigaglobal.com/mobile/master.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.
