# Chat Pages

## **Inbox**

![](/files/-MB4JqvZJzdi78CDZ6Wj)

This is the fourth tab of this application. This page contains the nesting of tabs and segments. This page has two segments at the top of the page below the header as “MESSAGES” and “NOTIFICATION”.This is the first segment of the inbox tabs.\
This page navigates to the Chat page.

## **Inbox — Messages-Chat**

![](/files/-MB4Jv05BjZtpZ8ldxwN)

This page can be accessed by clicking on any chat contact in the “MESSAGES” segment.

**Messages page** contains the chat application for direct interaction to the carpool customer service. Here chat is only UI and for demo purpose.

## **Inbox — Notification**

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

This is the second segment of the inbox tabs. This page contains the notification as list items in the vertical direction of the page. 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://enappd.com/blog/implement-ionic-4-firebase-push/34).

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://enappd.com/blog/implement-ionic-4-firebase-push/34)


---

# 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-carpool-app-starter/template-features-1/screens/chat-pages.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.
