> 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-check-remaining-shift-time.md).

# How to Check Remaining Shift Time

## Dashboard Time Management Guide

#### Locating Time Information

1. Find the central dashboard circle.

<div align="left"><figure><img src="/files/ol7pbfaqaZ7G2Mo4oCF3" alt="" width="336"><figcaption></figcaption></figure></div>

* Displays your current duty status.
* Shows active hours information and provides a quick current status overview.

#### Available Time Information

<div align="left"><figure><img src="/files/ylhWjLsVz7qTYDIvAcSU" alt="" width="443"><figcaption></figcaption></figure></div>

The dashboard displays several important time metrics:

1. **Drive Time Left**
   * Remaining available driving hours.
   * Updates in real-time.
2. **Shift Time Left**
   * Total remaining time in the current day's shift.
   * Helps plan shift activities.
3. **Break Information**
   * Time until the required 30-minute break.
   * Reset requirements.
4. **Cycle Hours Left**
   * Available hours in the current cycle.
   * 60hr/70hr limitations.
   * Cycle reset information.
5. **Last Status**
   * Most recent duty status change.
   * Time of last update.
   * Duration in current status.

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

* Monitor times regularly.
* Plan breaks accordingly.
* Stay compliant with HOS regulations.
* Check updates after status changes.
  {% endhint %}

### Best Practices

* Review remaining times before trips.
* Plan routes based on available hours.
* Schedule breaks proactively.
* Maintain accurate duty status

### Need Help?

Contact support for:

* Time calculation questions.
* Display issues.
* Compliance concerns.
* General HOS guidance.


---

# 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-check-remaining-shift-time.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.
