# Introduction (WIP)

Few notes before we get started

* This isn't a cheap hobby.
* Being able to weld is a huge advantage if you're retrofitting older cars.
* Read all the documentation before asking questions.
* Throw specific questions into the retropilot server.
* This is fairly risky stuff, you can do everything correct and still run into trouble.
* Electric Power Steering modules are stronger than you, you will not win a fight with one.
* Follow the path automakers take with their own systems, these are engineered to be safe.
* Have fun! It's a hobby a the end of the day, don't take it so serious.

First and foremost - understand how your car is put together, every car is assembled differently with different technologies.

Older cars will likely use Hydraulic Electric Power Steering modules, these use a hydraulic pump powered either from the battery or by the auxiliary belt on your car, this creates hydraulic pressure in for your steering rack.

Newer cars typically all use Electronic Power Steering modules, these are electronic motors attached to your steering shaft, these were first introduced to save energy as you're directly driving an electric motor versus having losses induced with hydraulic fluid.&#x20;

Automakers started implementing Lane Keep Assist functionality in around 2012 but it varies.&#x20;

Toyotas and Volkswagens are the best platforms for retrofits, in most cases you just need to repin some connectors, and swap parts.


---

# 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.retropilot.org/index/introduction-wip.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.
