# Introduction

While Road Runner was designed for FTC, the core library intentionally has no direct dependence on the FTC SDK. The FTC [quickstart](https://github.com/acmerobotics/road-runner-quickstart) exists to bridge this gap between the core library and the SDK.

The [tuning guide](https://acme-robotics.gitbook.io/road-runner/quickstart/tuning) gives comprehensive instructions for configuring your robot for Road Runner and the quickstart. The physical variation among drivetrains (e.g., wheels, drivetrain dimensions, robot weight) prevents the quickstart from working out of the box.

Before you begin experimenting with the quickstart, we strongly recommend that you walk through the [tour](https://acme-robotics.gitbook.io/road-runner/tour/introduction).


---

# 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://acme-robotics.gitbook.io/road-runner/quickstart/introduction.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.
