> For the complete documentation index, see [llms.txt](https://docs.miltechsimulations.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miltechsimulations.com/miltech-simulations-skyraider/aircraft-and-systems/fuel-system.md).

# Fuel System

{% hint style="warning" %}
**External Fuel Tanks are only available on the A1-H Variant.** AD-3W and  AD-4W Variants do not support external fuel tanks at this time.
{% endhint %}

The Skyraider carries fuel primarily in a single internal tank with a total capacity of **380 gallons**. For extended range operations, the aircraft can also be fitted with up to **three external drop tanks**, each capable of holding an additional **300 gallons** of fuel.

These external tanks are fully optional and can be equipped or removed using the same in-sim Loadout Worktable employed for managing weapons and stores. More information here: [Weapons Systems](/miltech-simulations-skyraider/aircraft-and-systems/weapons-systems.md#loading-and-deploying-weapons)

Active Fuel Tank can be selected using the handle located on the left side of the cockpit. Please note that it takes a few seconds for fuel to start flowing from the new tank when it has been switched.

<figure><img src="/files/5Kaf48sYWkiQuNcePScN" alt="" width="422"><figcaption></figcaption></figure>

The Fuel Quantity Gauge on the right side of the front panel displays the total fuel quantity, in Pounds. Please note that there is no gauge displaying fuel quantity per individual tank, so you must monitor closely the quantities while flying to avoid starving your engine. You may use the Skyraider Loadout worktable to monitor fuel quantity of each tank individually.


---

# 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.miltechsimulations.com/miltech-simulations-skyraider/aircraft-and-systems/fuel-system.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.
