# Exports

## Client Exports

### GetFuel

You will have the fuel level of the vehicle

```lua
local vehicleFuel = exports["gks_fuel"]:GetFuel()
```

### SetFuel

Change the fuel level of the car

<pre class="language-lua"><code class="lang-lua"><strong>--vehicle: [[ Vehicle ]] (Car Entity)
</strong><strong>--value: (0-100)
</strong><strong>exports["gks_fuel"]:SetFuel(vehicle, value)
</strong></code></pre>


---

# Agent Instructions: 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:

```
GET https://docs.gkshop.org/other-products/gks-fuel/exports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
