> 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-fleet-admin-portal-guides/how-to-generate-ifta-fuel-tax-reports.md).

# How to generate IFTA Fuel Tax reports

## IFTA Reporting and Fuel Receipt Guide

### Generating IFTA Fuel State Mileage Report

#### Step-by-Step Instructions

1. Login to the portal
2. Navigate to reports:
   * Click on **GPS tracking** and wait for the **GPS tracking page** to load
   * Select **IFTA**
   * Choose **IFTA Report Request**
3. Set report parameters:
   * Select **Vehicle**
   * Choose **Fuel type**
   * Specify **Duration**
   * Click **Submit**
4. Access generated reports:
   * Go to **IFTA**
   * Select **IFTA Report Request**
   * View or download reports as needed

### Viewing Uploaded Fuel Receipts

#### Step-by-Step Instructions

1. Login to the portal
2. Navigate to receipts:
   * Click on **GPS tracking**
   * Wait for **GPS tracking page** to load
   * Select **IFTA**
   * Choose **Search Fuel Receipt**
3. Search for receipts:
   * Select **Date Range**
   * Choose **Vehicle**
   * Click **Submit**

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

* Ensure all parameters are correctly selected before generating reports
* Reports will be available immediately after generation
* Save or download reports as needed for record keeping
  {% endhint %}

### Need Help?

Contact support if you experience any issues generating reports or accessing fuel receipts.


---

# 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-fleet-admin-portal-guides/how-to-generate-ifta-fuel-tax-reports.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.
