# EOL and Replacement

The MPU9250, LSM303D, and L3GD20 have reached their End of Life (EOL). The newer designs use the STM32H7 microcontroller-based boards. <mark style="color:blue;">CubeBlueH7</mark>, <mark style="color:orange;">CubeOrange</mark>, and <mark style="color:purple;">CubePurpleH7</mark> are 100% plug-and-play with carrier boards that are compliant with CubePilot's reference design.&#x20;

{% hint style="info" %}
The <mark style="color:purple;">CubePurpleF4</mark> has been replaced by the <mark style="color:purple;">CubePurpleH7</mark>.
{% 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.cubepilot.org/user-guides/autopilot/the-cube/introduction/eol-and-replacement.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.
