> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/hardware-products/hardware/petroleum-devices/ruby/ruby2-quick-reference-guide/fuel-icons-and-status.md).

# Fuel Icons and Status

## Fuel Icons

| Icon                             | Description                                  | Icon                             | Description                                            | Icon                             | Description                               |
| -------------------------------- | -------------------------------------------- | -------------------------------- | ------------------------------------------------------ | -------------------------------- | ----------------------------------------- |
| ![](/files/xhi98So6Z8IRQxVCQvi4) | Idle Pump                                    | ![](/files/POGP0ED73ig26UluPE0B) | Authorized Credit Card/DCR Sale: DCR ready to dispense | ![](/files/0nerDO6SJeqkFmCU6E27) | Sale Amount                               |
| ![](/files/7bgHW0gwwvOYSHwWd0S1) | Calling Pump                                 | ![](/files/fjD76lod4ztvKP3N2SYg) | Prepaid Sale                                           | ![](/files/JZVKthtQXZt1wXmUqtyb) | Stopped Pump                              |
| ![](/files/8cFmzUZXUWMySUoi2xHQ) | Pump Ready                                   | ![](/files/3eyDDJyasAtnwASesxfE) | Reserved Pump                                          | ![](/files/9qhwGOvRxlixOmHXDSWA) | Network message to View or Help Requested |
| ![](/files/qgmXZpZ5B4qjv4bzsF5H) | Stacked Postpay Sale                         | ![](/files/TxrCsckpVMnzjA5Rf1Ux) | Offline Pump                                           | ![](/files/HWryALOLpR18cgx6m4vv) | Fueling: DCR fuel sale in progress        |
| ![](/files/G2qgKnTuiVRSJMSNI2nF) | Authorizing: Customer has swiped card at DCR | ![](/files/Dq9YE05A8HAJ0pfbGm1D) | Fueling                                                |                                  |                                           |

## Meaning of Colored Text on Fuel Icons

| Color     | Description             | Color                | Description                               |
| --------- | ----------------------- | -------------------- | ----------------------------------------- |
| **Red**   | Underrun Fuel Sale      | **Black**            | Due Sale                                  |
| **Blue**  | Active sale on register | **Black (Flashing)** | Due sale remains uncollected for too long |
| **Green** | Prepaid Fuel Sale       | **Gray**             | Watched Pump                              |

## View Fuel Status

The fuel status display shows the following columns:

| Fueling Point and Status | Fuel Sale Status                                                       | Fuel Grade and MOP | Volume Dispensed | Unit Price Total Fuel Sale |
| ------------------------ | ---------------------------------------------------------------------- | ------------------ | ---------------- | -------------------------- |
| FP                       | Current:                                                               | PREM CASH          | 8.129 G @        | 3.899 /                    |
| 3                        | *(Network / Help Requested Messages Display Here with Red Background)* |                    |                  |                            |
| Idle                     | Stacked:                                                               | PLUS CASH          | 6.678 G @        | 3.699 @                    |

{% hint style="info" %}
"None" is displayed for Fuel Grade if grade is unknown.
{% endhint %}


---

# 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://docs.verifone.com/hardware-products/hardware/petroleum-devices/ruby/ruby2-quick-reference-guide/fuel-icons-and-status.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.
