> 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/daily-driving-time-limits.md).

# Daily Driving Time Limits

## Standard Limits

<div align="left"><figure><img src="/files/RraUlA5jkeNITEvAgHgx" alt="" width="295"><figcaption></figcaption></figure></div>

#### Basic Rule (11-Hour Rule)

* Maximum 11 hours of driving time.
* Must be completed within a 14-hour window.
* Requires 10 consecutive hours off duty before the next shift.

#### 14-Hour Window

* Begins when the driver starts any on-duty activity.
* Cannot drive beyond the 14th consecutive hour.
* Cannot be extended except in specific circumstances.

### Required Breaks

#### 30-Minute Break Rule

* Required after 8 consecutive hours of driving.
* Must be at least 30 minutes long.
* Can be satisfied by:
  * Off-duty time.
  * Sleeper berth time.
  * Non-driving on-duty time.

### Special Circumstances

#### Adverse Driving Conditions

* Allows up to 2 additional hours of driving time.
* Extends 11-hour limit to 13 hours.
* It must be due to unexpected weather or road conditions.

### <mark style="color:red;background-color:yellow;">Important Notes</mark>

* <mark style="background-color:yellow;">All driving time must be accurately logged.</mark>
* <mark style="background-color:yellow;">Monitor your available hours carefully.</mark>
* <mark style="background-color:yellow;">Plan routes considering required breaks.</mark>
* <mark style="background-color:yellow;">Account for potential delays.</mark>
* <mark style="background-color:yellow;">Maintain supporting documentation.</mark>

Need assistance? Contact Matrack support for clarification on driving limits and regulations.


---

# 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/daily-driving-time-limits.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.
