> For the complete documentation index, see [llms.txt](https://esp2018gp.f1datajunkie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://esp2018gp.f1datajunkie.com/qualifying/progression.md).

# Progression

Drivers progressed through the qualifying session as follows:

![](/files/-LCKgfKy5aFqA23ozUDa)

![](/files/-LCKgfL9QawwS2g1zTCa)

## Q1 into Q2

The following teams did not make it through:

| TEAM       | freq |
| ---------- | ---- |
| Sauber     | 1    |
| Toro Rosso | 1    |
| Williams   | 2    |

* neither Williams made it through from Q1 to Q2
* RIC failed to improve his time from Q1, recording 77.638 compared to 77.623 (0.015s slower)
* LEC failed to improve his time from Q1, recording 78.91 compared to 78.661 (0.249s slower)
* PER failed to improve his time from Q1, recording 79.098 compared to 78.74 (0.358s slower)

## Q2 into Q3

The following teams did not make it through:

| TEAM        | freq |
| ----------- | ---- |
| Force India | 2    |
| McLaren     | 1    |
| Renault     | 1    |
| Sauber      | 1    |
| Toro Rosso  | 1    |

* neither Force India made it through from Q2 to Q3
* both Ferrari cars made it through to Q3
* both Haas F1 Team cars made it through to Q3
* both Mercedes cars made it through to Q3
* both Red Bull cars made it through to Q3
* MAG failed to improve his time from Q2, recording 77.676 compared to 77.618 (0.058s slower)
* GRO failed to improve his time from Q2, recording 77.835 compared to 77.699 (0.136s slower)


---

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

```
GET https://esp2018gp.f1datajunkie.com/qualifying/progression.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.
