# Installing EV3 Blocks

1. [Download the EV3 Blocks](https://s3.amazonaws.com/www.buildingblockrobotics.com/firmware/BBSIRSeeker.ev3b)
2. Open the EV3 software, open up a new project. Use the Block Import menu item.

![](/files/g4IrDgazA0OY86Wmwglx)

![](/files/xaMJYKEgYQlJ1osQ3vCn)

This will load a dialog that allows you to select the file that was downloaded in step 1.

The EV3 software will ask to be restarted, once it starts again, a new block for the IRSeeker can be found in the yellow block category.


---

# 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://irseeker.buildingblockrobotics.com/board-overview/installing-ev3-blocks.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.
