# Home, Ride History

## **Home**

![](/files/-MB4DM9QwRWuO5vzn7IR)

This is the first tab of the application. This page can be accessed after a successful login by a registered user for the application.

Home page contains two segments “CURRENT ” and “HISTORY” at the top of the page after the header. The current segment has options to **OFFER A RIDE** and **FIND A RIDE** options for a user.\
The history segment has the details of all the rides taken in the past.

![](/files/-MB4DRArrIKtIny7kd3X)

By clicking on any one options in the current segment, it will navigate to the Offer a ride page or Find a ride page.

## **History**

![](/files/-MB4JRJi7Zgx3YGPl-3y)

This is the first tab’s second segment of the application. This page can be accessed by clicking on the second segment “History” in the application.

this page contains all the information about previous rides.

## **Home Page — Current - Offered rides**

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

This page can be accessed after filling and selecting all the details from the “**OFFER A RIDE**” to “**RIDE CONFIRMATION**”. This page contains the navigation to journey and stops page.

## **Home Page — Current segment — offered rides — Journey and Stops**

![](/files/-MB4Dh_kZ7ZYHPjdiHz6)

This page can be accessed by clicking on the card in the home page.\
This page navigates to:-\
1\. Journey & Stops\
2\. Passenger contribution\
3\. Passenger Options\
4: Delete Offered Journey

## **Offered Rides — Journey and Stops — Journey & stops details**

This page can be accessed from the Journey & Stops. this page contains the details of the offered journey.

## **Offered Rides — Journey and Stops —Passenger contribution**

![](/files/-MB4Dqx5kOU41OPlQ_B8)

This page can be accessed from the Journey & Stops. This page contains the details of the price offered for the journey. Here you can edit the price and save that.

## **Offered Rides — Journey and Stops — Passenger options**

![](/files/-MB4ElikhVhLnN-cWVZ9)

This page can be accessed from the Journey & Stops. This page contains the details of the passengers offered for the journey. Here you can edit the number of passengers and message for the passengers and save that.

## **Offered Rides — Journey and Stops — Delete Offered Journey**

![Delete ride](https://cdn-images-1.medium.com/max/720/1*T_dasmRz-VVOoCt0BDAZSg.jpeg)

This page can be accessed from the Journey & stops page by clicking on the delete button at the bottom of the page. This page navigates to the first tab’s first segment.


---

# 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/home-ride-history.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.
