> For the complete documentation index, see [llms.txt](https://doc.newsfreak.mrb-lab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.newsfreak.mrb-lab.com/app-setup.md).

# App Setup

- [1. Flutter Installation](https://doc.newsfreak.mrb-lab.com/app-setup/1.-flutter-installation.md)
- [2. Code Setup](https://doc.newsfreak.mrb-lab.com/app-setup/2.-code-setup.md)
- [3. Push Notification Setup](https://doc.newsfreak.mrb-lab.com/app-setup/3.-push-notification-setup.md)
- [3.1 Android Notification Setup](https://doc.newsfreak.mrb-lab.com/app-setup/3.-push-notification-setup/3.1-android-notification-setup.md)
- [3.2 iOS Notification Setup](https://doc.newsfreak.mrb-lab.com/app-setup/3.-push-notification-setup/3.2-ios-notification-setup.md)
- [3.3 OneSignal Setup](https://doc.newsfreak.mrb-lab.com/app-setup/3.-push-notification-setup/3.3-onesignal-setup.md)
- [4. App Information Setup](https://doc.newsfreak.mrb-lab.com/app-setup/4.-app-information-setup.md)
- [4.1 Change Package Name](https://doc.newsfreak.mrb-lab.com/app-setup/4.-app-information-setup/4.1-change-package-name.md)
- [4.2 Change App Name](https://doc.newsfreak.mrb-lab.com/app-setup/4.-app-information-setup/4.2-change-app-name.md)
- [4.3 Change App Icon](https://doc.newsfreak.mrb-lab.com/app-setup/4.-app-information-setup/4.3-change-app-icon.md)
- [4.4 Change Splash Icon](https://doc.newsfreak.mrb-lab.com/app-setup/4.-app-information-setup/4.4-change-splash-icon.md)
- [4.5 Change Logo](https://doc.newsfreak.mrb-lab.com/app-setup/4.-app-information-setup/4.5-change-logo.md)
- [4.6 Change App Theme Color](https://doc.newsfreak.mrb-lab.com/app-setup/4.-app-information-setup/4.6-change-app-theme-color.md)
- [4.7 On-Boarding Setup](https://doc.newsfreak.mrb-lab.com/app-setup/4.-app-information-setup/4.7-on-boarding-setup.md)
- [4.8 Update Website URL](https://doc.newsfreak.mrb-lab.com/app-setup/4.-app-information-setup/4.8-update-website-url.md)
- [5. Run the App](https://doc.newsfreak.mrb-lab.com/app-setup/5.-run-the-app.md)
- [6. Releasing the Android App](https://doc.newsfreak.mrb-lab.com/app-setup/6.-releasing-the-android-app.md): At Google Play Store
- [6.1 Generate Keystore File](https://doc.newsfreak.mrb-lab.com/app-setup/6.-releasing-the-android-app/6.1-generate-keystore-file.md): Required to upload the app at Google Play
- [6.2 Uploading At Google Play](https://doc.newsfreak.mrb-lab.com/app-setup/6.-releasing-the-android-app/6.2-uploading-at-google-play.md): At Google Play Store
- [7. Releasing the iOS App](https://doc.newsfreak.mrb-lab.com/app-setup/7.-releasing-the-ios-app.md): At Apple Appstore


---

# 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://doc.newsfreak.mrb-lab.com/app-setup.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.
