# Settings and More

## **More**

![](https://cdn-images-1.medium.com/max/720/1*KS00oo7w0oXr64DZD7Ybeg.jpeg)

This is the fifth and last tab of the application. This tab contains all the functions of the app including: — 

1. Manage Profiles
2. Refer a Friend
3. Notifications
4. My List
5. App Settings
6. Help
7. Sign Out\ <br>

## **More — Manage Profiles**

![Manage Profiles](https://cdn-images-1.medium.com/max/720/1*GfXROin6JnDvSmUul-E3-A.jpeg)

This is the fifth tab and the first content of this application. This page contains the currently available users for the application. Here a user can edit the user details by clicking on any of the user profile delete the user from the application.

## **More — Manage Profiles — Edit profile**

![Edit user profile](https://cdn-images-1.medium.com/max/720/1*v_H4ZFpXWwPU5PZpa6NFYg.jpeg)

This page can be accessed from the applications fifth tab by clicking on the manage profile and inside manage profile click on any user to edit details.

Here a user can edit his/her own or other users detail in the application can save that.

## **More — Notifications**

![Notification](https://cdn-images-1.medium.com/max/720/1*yEWYCrEUSNgYkBbIzpat1A.png)

This can be accessed from the more page by clicking on the notifications.\
This page contains the notifications of upcoming movies or episodes or Tv Series.\
&#x20;This page contains the notification as list items in the vertical direction of the page. By clicking on any item in the navigations it will redirect you to the notified item details. To enable and disable mobile notifications, you will first need a Push notifications system in your back-end. If you are using Firebase — implementing, enabling and disabling push notification is very easy compared to a custom back-end. Read more about Firebase- Ionic push notification [here](https://medium.com/r/?url=https%3A%2F%2Fenappd.com%2Fblog%2Fimplement-ionic-4-firebase-push%2F34).

You will first need a Push notifications system in your back-end. [If you are using Firebase — implementing, enabling and disabling push notification is very easy compared to a custom back-end. Read more about Firebase- Ionic push notification here.](https://medium.com/r/?url=https%3A%2F%2Fenappd.com%2Fblog%2Fimplement-ionic-4-firebase-push%2F34)

## **More — My List**

![](https://cdn-images-1.medium.com/max/720/1*4pULOvvY0gOs6z1N5XQ9VQ.jpeg)

This page can be accessed from the more page in the application by clicking on the “**My List**”. This page contains the selected or shortlisted movies, shows, series or any item within the application shortlisted by the user.\
By clicking on the list item it will navigate to the item details page.

## **More — App Settings**

![Settings](https://cdn-images-1.medium.com/max/720/1*nWZbV26quQp5aogOnHMLuQ.jpeg)

This page can be accessed by clicking on the **settings** on the more page. In any app, settings page plays an important role in setting user’s preferences and requirement, here user can set the preferences for [**Push Notification**, **Email Notifications**,](https://medium.com/r/?url=https%3A%2F%2Fenappd.com%2Fblog%2Fimplement-ionic-4-firebase-push%2F34) download quality, device, storage, account, data usage and many more.\
This page allows you to toggle some preferences and navigates to other pages to select choices.\
This page allows the user to select Cellular Data Usage, Allows Notifications Toggle, and download video quality.

We can select and set any setting from the list of settings arranged in the vertical direction. This is the only UI for the demo purpose.

## **More — Help**

![Help](https://cdn-images-1.medium.com/max/720/1*s57WyrNP0CRQ5TOGxgGUWg.jpeg)

This page can be accessed from the more page by clicking on the “Help”.\
This page contains all the help regarding the application account cancellation, payment method update, connection issues, etc.


---

# 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://enappd.gitbook.io/ionic-4-netflix-clone-template/template-features-1/screens/more.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.
