> 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/accessing-the-in-app-user-guide.md).

# Accessing the In-App User Guide

## Matrack ELD Driver App

#### Getting Started

1. Launch and log in to the **Matrack ELD Driver App**

#### Accessing the User Guide

1. Locate the menu icon (three horizontal lines) in the top-left corner.

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

2. Tap to open the menu.
3. Scroll down and select "Other options."<br>

   <div align="left"><figure><img src="/files/93gfysnVkTni0F7jXffj" alt="" width="301"><figcaption></figcaption></figure></div>
4. Scroll further down the menu and select "User Guide."

<div align="left"><figure><img src="/files/annQG0hsWiUvPR6fvasr" alt="" width="368"><figcaption></figcaption></figure></div>

#### Finding Help Topics

You can locate information in two ways:

**Browse Available Guides**

* Scroll through the list of available guides.
* Select the guide that matches your needs.

**Search for Specific Topics**

* Use the search bar at the top of the page.
* Enter keywords related to your issue.
* Select the relevant guide from the search results.

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

* <mark style="background-color:yellow;">Ensure you're logged in to access all guide features.</mark>
* <mark style="background-color:yellow;">Use specific keywords for more accurate search results.</mark>
* <mark style="background-color:yellow;">Browse categories if unsure about the exact terminology.</mark>
  {% endhint %}

#### Need Additional Help?

Contact Matrack support if you can't find the information you need in the user guide.


---

# 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/accessing-the-in-app-user-guide.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.
