# Fuel Prices

To access Fuel Prices, you can navigate to the "Fuel Prices" option from the left side menu on the website. This will take you to a page where you can view all the petrol and diesel prices for different countries in Europe. To make it easier to find the prices for a specific country, you can use the search bar at the top of the page. Additionally, you can view statistics of past prices for a specific country by clicking on the country name. Please note that the fuel prices are updated every 2-3 days and the last updated date will be displayed on the top right corner of the page for reference.

{% hint style="info" %}
The statistics feature is only available on the Desktop.
{% endhint %}


---

# 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.cargoland24.com/fuel-prices.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.
