> For the complete documentation index, see [llms.txt](https://azb2018gp.f1datajunkie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://azb2018gp.f1datajunkie.com/story-so-far/championship-standings.md).

# Championship Standings

## Drivers’ Championship - Standings

Coming in to the 4th round, VET leads the Drivers’ Championship on 54 points, 9 points ahead of second placed HAM on 45 points. BOT completes the top three on 40 points.

| Position | Driver | Points |
| -------- | ------ | ------ |
| 1        | VET    | 54     |
| 2        | HAM    | 45     |
| 3        | BOT    | 40     |
| 4        | RIC    | 37     |
| 5        | RAI    | 30     |
| 6        | ALO    | 22     |
| 7        | HUL    | 22     |
| 8        | VER    | 18     |
| 9        | GAS    | 12     |
| 10       | MAG    | 11     |
| 11       | VAN    | 6      |
| 12       | SAI    | 3      |
| 13       | ERI    | 2      |
| 14       | OCO    | 1      |
| 15       | PER    | 0      |
| 16       | LEC    | 0      |
| 17       | GRO    | 0      |
| 18       | STR    | 0      |
| 19       | SIR    | 0      |
| 20       | HAR    | 0      |

## Constructors’ Championship - Standings

In the Constructors’ Championship, Mercedes lead the championship on 85 points, with Ferrari 1 points behind in second.

| Position | Constructor  | Points |
| -------- | ------------ | ------ |
| 1        | Mercedes     | 85     |
| 2        | Ferrari      | 84     |
| 3        | Red Bull     | 55     |
| 4        | McLaren      | 28     |
| 5        | Renault      | 25     |
| 6        | Toro Rosso   | 12     |
| 7        | Haas F1 Team | 11     |
| 8        | Sauber       | 2      |
| 9        | Force India  | 1      |
| 10       | Williams     | 0      |


---

# 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://azb2018gp.f1datajunkie.com/story-so-far/championship-standings.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.
