> For the complete documentation index, see [llms.txt](https://help.matrack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.matrack.io/eld/readme/categories/matrack-eld-driver-app-guides/how-to-add-past-events.md).

# How to add past events

## Adding Events to Your Driver Logs

### Getting Started

1. Launch the app and sign in with your credentials.
2. Navigate to the "Logs" section.

<div align="left"><figure><img src="/files/vdhb2I0PYQexLwurtw7Z" alt="" width="375"><figcaption></figcaption></figure></div>

### Selecting the Date

1. Locate the date display at the top of the screen.

<div align="left"><figure><img src="/files/buRXOBVoBFf7fYDm0vs7" alt="" width="455"><figcaption></figcaption></figure></div>

2. Tap the displayed date and select your desired date from the calendar view.

### Creating a New Event

1. Tap the "+ Past Event" option below the graph.

<div align="left"><figure><img src="/files/u1B3Asyo9ABghumHpqgZ" alt="" width="456"><figcaption></figcaption></figure></div>

### Required Event Information

#### Essential Details

* **Duty Status**

![](/files/k7TJMSY1NX2t41id5H9H)<br>

* Choose the appropriate status from the available options
* **Event Time**

<div align="left"><figure><img src="/files/QI4155LIdNLk3u9lJPt1" alt="" width="375"><figcaption></figcaption></figure></div>

* Enter the precise time when the event occurred.
* **Location**

<div align="left"><figure><img src="/files/S4hs3x19aMAV5Xohb5tC" alt="" width="350"><figcaption></figcaption></figure></div>

* Specify where the event took place.
* **Odometer Value**

<div align="left"><figure><img src="/files/Qb6wzK1wyqDv4HNTN6GL" alt="" width="355"><figcaption></figcaption></figure></div>

* Record the current odometer reading.
* **Notes**

<div align="left"><figure><img src="/files/BF1bqpODMDiiMh6wM06q" alt="" width="352"><figcaption></figcaption></figure></div>

* Add any additional comments or relevant break information.

### Finalizing the Event

1. Review all entered information.
2. Tap "Save" to record the event.

<div align="left"><figure><img src="/files/8RLKyFSthn8UduzpIq2c" alt="" width="225"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
**Important Notes**

* Ensure all required fields are completed.
* Double-check time and location accuracy.
* Verify odometer readings before saving.
* Add clear, specific notes when needed.
  {% endhint %}

### Need Help?

Contact support if you experience any issues while adding events to your logs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.matrack.io/eld/readme/categories/matrack-eld-driver-app-guides/how-to-add-past-events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
