# Home Page

### **Home**

![Dating app’s swipeable cards - Dislike](https://cdn-images-1.medium.com/max/720/1*tpRJYYPeOB-VL6Tr0w18Yg.jpeg)

**Cancel button** — Swipe LEFT — Dislike\
**Heart button** — Swipe RIGHT — Like\
**Star button** — SwipeTop — SuperLike

![Dating app’s swipeable cards - Like](https://cdn-images-1.medium.com/max/720/1*OFM8JSPUBIzV4aI_IUL1Dw.jpeg)

![Dating app’s swipeable cards - Superlike](https://cdn-images-1.medium.com/max/720/1*2PnGJXpQW1oJ5aDst6HQcA.jpeg)

![Dating app’s swipeable cards](https://cdn-images-1.medium.com/max/720/1*zdFP7RAwJ8tIHx2PaNSmig.jpeg)

Home page contains three-segment at the top and five buttons at the bottom of the page. This is the Home page’s second segment of the application.

Home page contains swipe-able cards like tinder app. Here you can swipe left, right, top, bottom for different tasks. The bottom buttons of the card execute different tasks as follows…

**Cancel button** — Swipe LEFT — Dislike\
**Heart button** — Swipe RIGHT — Like\
**Star button** — SwipeTop — SuperLike\
**Repeat button** — opens a modal for Dating Plus subscription and navigates to dating plus page.\
**Flash button** — Opens modal for booster.\
**SwipeBottom** — Reject

There is an information icon in the bottom right of the card which navigates to the profile details page. It also contains a segment in the header of the page,

## **User Profile Information**

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

This page can be accessed by clicking on the info button at the right bottom of each swipe-able card. This page contains detailed information of the selected matching person. Here, the arrow-down icon at the center of the page navigates back to the candidate's swipe-able card at home page.


---

# 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-tinder-style-template/template-features-1/screens/home-page.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.
