# Troubleshooting

## SavvyCAN Connection

Follow the quick start guide to connect to SavvyCAN.

{% hint style="danger" %}
This should be done while A0 is powered on but not connected to a vehicle, such as through the USB cable.
{% endhint %}

Go to Send Frames->Fuzzing, click start fuzzing and then stop fuzzing to send random CAN frames.

![](/files/-MFHPUbnX3MPCU95ktss)

Back in the main window, the frames sent by fuzzing should be listed.

![](/files/-MFHPii1RBlb9lsI-1Iz)

#### View CAN Traffic in a Vehicle!

After this step you're ready to move your A0 to a vehicle and connect to it using the same steps as above (you may want to enable Listen Only to avoid any accidents at first).&#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/product-documentation/a0-docs/troubleshooting.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.
