# Project Support

## How to get help

If you have questions related to Automotive reverse engineering, CAN bus (or other protocols), or building your applications that leverage these technologies, please follow the below process. We want to help as much as possible and this is the best way to work with us and the community to build great projects. &#x20;

General Process: We want you to submit your questions to both us and the Reddit Carhacking community. This way we can try to help in a public searchable place, but also get as many qualified eyeballs as possible (in many cases we have no experience with the car you're working on but someone at r/CH will) so you get great answers and hopefully start a good discussion.&#x20;

Step 1: Fill out the below and submit it at <https://www.reddit.com/r/CarHacking/>

* Make: (Ford, Toyota,...)&#x20;
* Model/Engine/trim: (Example: F-150, 5.4 V8, King Ranch)&#x20;
* Year: (what year is it!)&#x20;
* Description of your setup: (tools, wiring, include pictures...)
* What are you trying to do: (example: roll my windows up on command, provide detail)
* Context: (where are you stuck, what have you tried)&#x20;
* Relevant wiring diagrams: (I suggest including both the OEM and non OEM diagrams available from All-data. Try to include all the relevant systems computer data lines, DLC, and any target parts like the fuel pump.)&#x20;
* Attachments: relevant wiring diagrams, SavvyCAN logs, specific ECU details when applicable, Arduino or other sketches&#x20;

Step 2: Send us a link to the reddit post to <info@macchina.cc>, subject: Start Support

We will share the link internally and add anything we can to the discussion. We try hard to provide as much support to these posts as possible.&#x20;

###


---

# 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://docs.macchina.cc/projects/project-support.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.
