# Chat screens

Ionic 4 Full App contains 8 different Chat Screens with great UI. You can pick any of these and use it in your app, or make changes to theme to create various different chat themes.

These chat themes use JSON data for demo purpose. You can replace this with real-time data from your chat server.&#x20;

You can find these at `src/app/pages/chat`

![](/files/-LcVtVfq_Ws3jXPPPygJ)

![](/files/-LcVtXrdfC-_DnEJujft)

![](/files/-LcVt_3CegbzMRSNYdZ1)

![](/files/-LcVtcmyR0D6iTZA9Xs4)

![](/files/-LcVtgDdsvYHLKBCZdWT)

![](/files/-LcVpiT8ypLkJC7NheDV)

![](/files/-LcVpkCZFdimT0rgRrCc)

![](/files/-LcVps30TgMBOxA_Tbtz)

![](/files/-LcVptni0JbJxpe-BXn-)


---

# 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-apps.gitbook.io/apps/ionic-4-full-app/main-features/chat-screens.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.
