> 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-control.md).

# Fuel Control

{% hint style="info" %}
**Additional Information**

* To make the Virtual Keypad visible for "numeric input", touch the vicinity of "Ready" in the upper lefthand corner of the screen. It can be moved by touching and dragging it to a new location.
* Functions represented in brackets (as in \[APPROVE]) are found on the touch screen depending on how your workstation is configured.
* When prompted, numerical digits may be entered on the screen followed by \[OK].
* Additional online help can be accessed via the Express button labeled "Help".
  {% endhint %}

## Approve All Calling Pumps

Touch \[APPROVE].

## Approve a Calling Pump

Touch \<pump number> and \[APPROVE].

{% hint style="info" %}
If One touch Approval is disabled, touch \<pump icon> then touch the inside of the status box to approve the calling pump.
{% endhint %}

## Disapprove Pump

To disapprove a pump that is approved but has not started dispensing, touch \<pump number> and touch \[STOP].

## Stop a Pump

Touch \<pump number> and \[STOP].

## Stop All Pumps

Touch \[STOP].

## Restart All Pumps

Touch <0> and \[APPROVE].

## Restart Stopped Pump

Touch \<pump number> and touch \[APPROVE].

## Clear Reserve and Place in Idle

To clear a prepaid fuel sale that will not be dispensed. Touch \<pump number>, \[PREPAY], \[STOP], and then \[OK]. Fuel Sale status changes to "Due" and then clear the sale.

## Clear Reserve and Permit Dispensing

To clear a prepaid fuel sale which will be dispensed, touch \<pump number> and touch \[PREPAY] \[APPROVE]. Pump status changes to "Approved" so consumer can dispense.

## Fuel Manager Menu

Option availability dependent on security level of user.

{% stepper %}
{% step %}
Touch the \[Fuel Manager] menu.
{% endstep %}

{% step %}
Touch the required Fuel Manager task:

* Initialize Fuel
* Download Fuel Prices
* Download to DCRs
* Initialize Site Sign
* Initialize Fuel Driver
* Reset Tank Alarm in TLS
* Clear Pump on Hold
* Reset Controller
* Fuel Site Pause
* Initialize SPI Configuration
* Initialize DCR Driver
* Fuel Price Configuration
* Enable Car Wash
* Disable Car Wash
  {% endstep %}
  {% endstepper %}


---

# 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-control.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.
