# BLRS2 '23-'24 Engineering Notebook

This notebook is a good example of key necessary components but is not an end-all be-all solution. This notebook won numerous awards through-out the Over Under season culminating in a Design Award at the World Championship.

{% hint style="info" %}
To learn more about the program used to create this notebook, read the [Using Notion for an Engineering Notebook](/judging/notion.md) article
{% endhint %}

## Download Link

{% embed url="<https://drive.google.com/file/d/1GdnGnEY0ImQ-5ri8AZMvrpdxeO9koe6f/view?usp=sharing>" %}
BLRS2 OU Notebook Download
{% endembed %}

## Explanation Video

{% embed url="<https://www.youtube.com/watch?v=k_QbcJR2J5o&t=2s>" %}


---

# 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://wiki.purduesigbots.com/judging/resources/blrs2.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.
