> For the complete documentation index, see [llms.txt](https://wiki.retropilot.org/index/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.retropilot.org/index/introduction-wip/my-car-is-old/going.md).

# Going

Depending on your car's manufacturer, there's a few different options of how your accelerator works:

Newer cars will come fitted with electronic throttles, especially automatics and diesels, this is effectively a potentiometer - there's a solution for these vehicles called a Pedal - in effect it's a microcontroller which intercepts the pedal signal and modifies it based on the desired acceleration, nice and simple.

In older vehicles this will be a cable which directly drives your throttle body, in a older diesel it's a bit more complicated but effectively it's the same principle. These are a bit more tricky since you'll either need to retrofit a newer unit if they exist or get into a bit of DIY.

There are a few custom throttle bodies which have been worked on in Retropilot's Discord #actuators channel, these are intended to bolt on or replace the existing unit and enable for electronic control. Wocsor is currently working on a CAN BUS controlled module for his 2004 Toyota Celica.

*(WIP: Pics of each type?)*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/my-car-is-old/going.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.
