# Introduction

**Marrow is an open-source library built to turn your robot from a deterministic machine into an intelligent powerhouse.**

With Marrow, instead of simply following pre-programmed instructions, your robot can react and adapt in real-time to what's happening on the field. Marrow also provides powerful developer tools that simplify setup, testing, and managing complex robot logic - so you can focus on building intelligent behaviors.

Marrow isn't intended to replace other libraries; it's designed to work alongside them.

*Created by **Skeleton Army 23644***


---

# 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://marrow.skeletonarmyftc.com/readme.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.
